interface BinAesthetics : OptionsCapsule
weight |
abstract val weight: Any? |
x |
abstract val x: Any? |
seal |
open fun seal(): Options |
BinMapping |
class BinMapping : BinAesthetics |
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 |