bin2D

class bin2D(val bins: <Error class: unknown class><Int, Int>? = null, val binWidth: <Error class: unknown class><Number?, Number?>? = null, val drop: Boolean? = null, val mapping: Bin2dStatMapping.() -> Unit = {}) : StatOptions, Bin2dStatParameters

Constructors

Link copied to clipboard
constructor(bins: <Error class: unknown class><Int, Int>? = null, binWidth: <Error class: unknown class><Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val bins: <Error class: unknown class><Int, Int>? = null

Number of bins in both directions, vertical and horizontal. Overridden by binWidth.

Link copied to clipboard
open override val binWidth: <Error class: unknown class><Number?, Number?>? = null

The width of the bins in both directions, vertical and horizontal. Overrides bins. The default is to use bin widths that cover the entire range of the data.

Link copied to clipboard
open override val drop: Boolean? = null

Specifies whether to remove all bins with 0 counts.

Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val parameters: Options