plot-api / jetbrains.letsPlot.stat / stat_smooth

stat_smooth

class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase

Constructors

<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 = {})

Properties

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?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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