interface CountStatAesthetics : OptionsCapsule
weight |
abstract val weight: Any? |
x |
abstract val x: Any? |
seal |
open fun seal(): Options |
BarMapping |
class BarMapping : BarAesthetics, CountStatAesthetics, WithGroupOption |
CountStatMapping |
class CountStatMapping : CountStatAesthetics |
geom_bar |
Display a bar chart which makes the height of the bar proportional to the number of observed variable values, mapped to x axis. class geom_bar : BarAesthetics, CountStatAesthetics, LayerBase
|
stat_count |
class stat_count : CountStatAesthetics, BarAesthetics, LayerBase
|