plot-api / jetbrains.letsPlot / Stat / bin

bin

class bin : BinParameters, StatOptions

Constructors

<init>

bin(mapping: BinMapping.() -> Unit = {}, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null)

Properties

binCount

val binCount: Int

binWidth

val binWidth: Double?

boundary

val boundary: Double?

center

val center: Double?

parameters

val parameters: Options