interface SmoothAesthetics : OptionsCapsule
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? |
seal |
open fun seal(): Options |
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
|