Bin2dStatMapping

class Bin2dStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : Bin2dStatAesthetics

Aesthetic mappings supported by statBin2D().

Parameters

x

X-axis value.

y

Y-axis value.

weight

Used by Stat.bin2D()stat to compute weighted sum instead of simple count.

Constructors

Link copied to clipboard
constructor(x: Any? = null, y: Any? = null, weight: Any? = null)

Properties

Link copied to clipboard
open override var weight: Any?
Link copied to clipboard
open override var x: Any?
Link copied to clipboard
open override var y: Any?