BoxplotStatAesthetics

interface BoxplotStatAesthetics : OptionsCapsule

Aesthetic properties supported by statBoxplot().

Notes

The "Five Number Summary" requires x,y (weight is optional)

Inheritors

Properties

Link copied to clipboard
abstract val weight: Any?

Used to compute weighted statistics.

Link copied to clipboard
abstract val x: Any?

X-axis value for vertical boxplot.

Link copied to clipboard
abstract val y: Any?

Y-axis value for horizontal boxplot.