interface BoxplotAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
linetype |
abstract val linetype: Any? |
lower |
abstract val lower: Any? |
middle |
abstract val middle: Any? |
shape |
abstract val shape: Any? |
size |
abstract val size: Any? |
upper |
abstract val upper: Any? |
width |
abstract val width: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
ymax |
abstract val ymax: Any? |
ymin |
abstract val ymin: Any? |
seal |
open fun seal(): Options |
BoxplotMapping |
class BoxplotMapping : BoxplotAesthetics, BoxplotStatAesthetics, WithGroupOption |
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
|