BoxplotStatMapping

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.

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?