plot-api / jetbrains.letsPlot.intern.layer.geom / SmoothAesthetics

SmoothAesthetics

interface SmoothAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

x

abstract val x: Any?

y

abstract val y: Any?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_smooth

Add a smoothed conditional mean.

class geom_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase

SmoothMapping

class SmoothMapping : SmoothAesthetics, WithGroupOption

stat_smooth

class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase