Density2d Stat Mapping
class Density2dStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : Density2dStatAesthetics
Aesthetic mappings supported by statDensity2D().
Parameters
x
X-axis coordinates of the center of rectangles, forming a tessellation.
y
Y-axis coordinates of the center of rectangles, forming a tessellation.
weight
Used by the stat to compute weighted density.