toggle menu
Lets-Plot-Kotlin
4.11.0
common
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot.intern.layer.stat
/
SmoothStatMapping
Smooth
Stat
Mapping
class
SmoothStatMapping
(
var
x
:
Any
?
=
null
,
var
y
:
Any
?
=
null
)
:
SmoothStatAesthetics
Aesthetic mappings supported by
statSmooth()
.
Parameters
x
X-axis value.
y
Y-axis value.
Members
Constructors
Smooth
Stat
Mapping
Link copied to clipboard
constructor
(
x
:
Any
?
=
null
,
y
:
Any
?
=
null
)
Properties
x
Link copied to clipboard
open
override
var
x
:
Any
?
y
Link copied to clipboard
open
override
var
y
:
Any
?