toggle menu
Lets-Plot-Kotlin
4.11.0
common
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot.intern.layer
/
StatOptions
Stat
Options
open
class
StatOptions
(
val
kind
:
StatKind
,
val
mapping
:
Options
=
Options.empty()
)
Parameters
kind
The statistic transformation kind.
mapping
Set of aesthetic mappings.
Inheritors
density
count
count2d
sum
bin
boxplot
boxplotOutlier
summary
summaryBin
bin2D
binhex
contour
contourFilled
density2D
density2DFilled
yDensity
sina
densityRidges
smooth
dotplot
yDotplot
qq
qqLine
qq2
qq2Line
ecdf
Members
Constructors
Stat
Options
Link copied to clipboard
constructor
(
kind
:
StatKind
,
mapping
:
Options
=
Options.empty()
)
Properties
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
val
parameters
:
Options