interface BinStatParameters : OptionsCapsule
bins |
abstract val bins: Int? |
binWidth |
abstract val binWidth: Number? |
boundary |
abstract val boundary: Number? |
center |
abstract val center: Number? |
seal |
open fun seal(): Options |
DEF_BIN_COUNT |
const val DEF_BIN_COUNT: Int
|
geom_freqpoly |
Display a line chart which makes the y value proportional to the number of observed variable values, mapped to x axis. class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase
|
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
|
stat_bin |
class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
|