class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase
<init> |
stat_smooth(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.SMOOTH), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothMapping.() -> Unit = {}) |
alpha |
val alpha: Number? |
color |
val color: Any? |
deg |
val deg: Int? |
fill |
val fill: Any? |
level |
val level: Number? |
linetype |
val linetype: Any? |
maxN |
val maxN: Int? |
method |
val method: String? |
n |
val n: Int? |
se |
val se: Boolean? |
seed |
val seed: Long? |
size |
val size: Number? |
span |
val span: Number? |
x |
val x: Double? |
y |
val y: Double? |
ymax |
val ymax: Double? |
ymin |
val ymin: Double? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |