binhex

class binhex(val bins: Pair<Int, Int>? = null, val binWidth: Pair<Number?, Number?>? = null, val drop: Boolean? = null, val mapping: BinHexStatMapping.() -> Unit = {}) : StatOptions, BinHexStatParameters

Constructors

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

Properties

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

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

Link copied to clipboard
open override val binWidth: Pair<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