BinHexStatParameters

interface BinHexStatParameters : OptionsCapsule

Properties for parameters of the default stat of geomHex().

Inheritors

Properties

Link copied to clipboard
abstract val bins: Pair<Int, Int>?

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

Link copied to clipboard
abstract val binWidth: Pair<Number?, Number?>?

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
abstract val drop: Boolean?

Specifies whether to remove all bins with 0 counts.