interface BinStatAesthetics : OptionsCapsule
weight |
abstract val weight: Any? |
x |
abstract val x: Any? |
seal |
open fun seal(): Options |
BinStatMapping |
class BinStatMapping : BinStatAesthetics |
geom_histogram |
Display 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, BinStatAesthetics, BinStatParameters, LayerBase
|
HistogramMapping |
class HistogramMapping : HistogramAesthetics, BinStatAesthetics, WithGroupOption |
stat_bin |
class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
|