plot-api / jetbrains.letsPlot.stat / stat_boxplot / <init>
<init>
stat_boxplot(data: Map<*, *>? = null, geom: GeomOptions = Geom.boxplot(), position: PosOptions = dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})