plot-api / jetbrains.letsPlot.intern.layer.stat / BoxplotStatAesthetics

BoxplotStatAesthetics

interface BoxplotStatAesthetics : OptionsCapsule

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

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

BoxplotMapping

class BoxplotMapping : BoxplotAesthetics, BoxplotStatAesthetics, WithGroupOption

BoxplotStatMapping

class BoxplotStatMapping : BoxplotStatAesthetics

geom_boxplot

Display the distribution of data based on a five number summary ("minimum", first quartile (Q1), median, third quartile (Q3), and "maximum"), and "outlying" points individually.

class geom_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase

stat_boxplot

class stat_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase