toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
summaryBin
/
summaryBin
summary
Bin
constructor
(
fn
:
String
?
=
null
,
fnMin
:
String
?
=
null
,
fnMax
:
String
?
=
null
,
quantiles
:
List
<
Number
>
?
=
null
,
bins
:
Int
?
=
null
,
binWidth
:
Number
?
=
null
,
center
:
Number
?
=
null
,
boundary
:
Number
?
=
null
,
threshold
:
Number
?
=
null
,
mapping
:
SummaryBinStatMapping
.
(
)
->
Unit
=
{}
)