BinHexStatAesthetics

interface BinHexStatAesthetics : OptionsCapsule

Aesthetic properties supported by the default stat of geomHex().

Notes

The binhex stat requires x,y (weight is optional)

Inheritors

Properties

Link copied to clipboard
abstract val weight: Any?

Used to compute weighted sum instead of simple count.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.