class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase
<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 = {}) |
coef |
val coef: Any? |
varWidth |
val varWidth: Any? |
weight |
val weight: Double? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |