plot-api / jetbrains.letsPlot.stat / stat_boxplot

stat_boxplot

class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase

Constructors

<init>

stat_boxplot(data: Map<*, *>? = null, geom: GeomOptions = Geom.boxplot(), position: PosOptions = dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, varWidth: Any? = null, coef: Any? = null, weight: Double? = null, mapping: BoxplotMapping.() -> Unit = {})

Properties

coef

val coef: Any?

varWidth

val varWidth: Any?

weight

val weight: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

fun Layer.toSpec(): MutableMap<String, Any>