toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
boxplot
boxplot
class
boxplot
(
val
varWidth
:
Boolean
?
=
null
,
val
coef
:
Number
?
=
null
,
val
mapping
:
BoxplotStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
BoxplotStatParameters
Members
Constructors
boxplot
Link copied to clipboard
constructor
(
varWidth
:
Boolean
?
=
null
,
coef
:
Number
?
=
null
,
mapping
:
BoxplotStatMapping
.
(
)
->
Unit
=
{}
)
Properties
coef
Link copied to clipboard
open
override
val
coef
:
Number
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
override
val
parameters
:
Options
var
Width
Link copied to clipboard
open
override
val
varWidth
:
Boolean
?
=
null