plot-api / jetbrains.letsPlot.intern.layer.stat / SmoothStatParameters

SmoothStatParameters

interface SmoothStatParameters : OptionsCapsule

Params: method - smoothing method: lm, glm, gam, loess, rlm n (80) - number of points to evaluate smoother at se (TRUE ) - display confidence interval around smooth? level (0.95) - level of confidence interval to use deg ( >= 1 ) - degree of polynomial for regression seed - random seed for LOESS sampling maxN (1000) - maximum points in DF for LOESS

Properties

deg

abstract val deg: Int?

level

abstract val level: Number?

maxN

abstract val maxN: Int?

method

abstract val method: String?

n

abstract val n: Int?

se

abstract val se: Boolean?

seed

abstract val seed: Long?

span

abstract val span: Number?

Functions

seal

open fun seal(): Options

Inheritors

geom_smooth

Add a smoothed conditional mean.

class geom_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase

stat_smooth

class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase