interface BarAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
size |
abstract val size: Any? |
width |
abstract val width: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
BarMapping |
class BarMapping : BarAesthetics, CountStatAesthetics, WithGroupOption |
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
|