interface BinParameters : OptionsCapsule
binCount |
abstract val binCount: Int
|
binWidth |
abstract val binWidth: Double? |
boundary |
abstract val boundary: Double? |
center |
abstract val center: Double? |
seal |
open fun seal(): Options |
DEF_BIN_COUNT |
const val DEF_BIN_COUNT: Int
|
geom_freqpoly |
Line chart which makes the y value proportional to the number of observed variable values, mapped to x axis. class geom_freqpoly : LineAesthetics, BinParameters, LayerBase
|
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
|