Sina Stat Mapping
class SinaStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : SinaStatAesthetics
Aesthetic mappings supported by the default stat of geomSina().
Parameters
x
X-axis coordinates.
y
Y-axis coordinates.
weight
Used by stat to compute weighted density.