YDensity Stat Mapping
class YDensityStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : YDensityStatAesthetics
Aesthetic mappings supported by statYDensity().
Parameters
x
X-axis coordinates.
y
Y-axis coordinates.
weight
Used by the stat to compute weighted density.