toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
bin2D
bin2D
class
bin2D
(
val
bins
:
<Error class: unknown class>
<
Int
,
Int
>
?
=
null
,
val
binWidth
:
<Error class: unknown class>
<
Number
?
,
Number
?
>
?
=
null
,
val
drop
:
Boolean
?
=
null
,
val
mapping
:
Bin2dStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
Bin2dStatParameters
Members
Constructors
bin2D
Link copied to clipboard
constructor
(
bins
:
<Error class: unknown class>
<
Int
,
Int
>
?
=
null
,
binWidth
:
<Error class: unknown class>
<
Number
?
,
Number
?
>
?
=
null
,
drop
:
Boolean
?
=
null
,
mapping
:
Bin2dStatMapping
.
(
)
->
Unit
=
{}
)
Properties
bins
Link copied to clipboard
open
override
val
bins
:
<Error class: unknown class>
<
Int
,
Int
>
?
=
null
bin
Width
Link copied to clipboard
open
override
val
binWidth
:
<Error class: unknown class>
<
Number
?
,
Number
?
>
?
=
null
drop
Link copied to clipboard
open
override
val
drop
:
Boolean
?
=
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