Boxplot Stat Mapping
class BoxplotStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : BoxplotStatAesthetics
Aesthetic mappings supported by statBoxplot().
Parameters
x
X-axis value for vertical boxplot.
y
Y-axis value for horizontal boxplot.
weight
Used to compute weighted statistics.