interface HistogramAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
size |
abstract val size: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
geom_histogram |
Displays a 1d distribution by dividing variable mapped to x axis into bins and counting the number of observations in each bin. class geom_histogram : HistogramAesthetics, BinAesthetics, BinParameters, LayerBase
|
HistogramMapping |
class HistogramMapping : HistogramAesthetics, BinAesthetics, WithGroupOption |