density2DFilled

class density2DFilled(val bw: Any? = null, val kernel: String? = null, val n: Int? = null, val adjust: Number? = null, val contour: Boolean? = null, val bins: Int? = null, val binWidth: Number? = null, val mapping: Density2dStatMapping.() -> Unit = {}) : StatOptions, Density2dStatParameters

Constructors

Link copied to clipboard
constructor(bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val adjust: Number? = null
Link copied to clipboard
open override val bins: Int? = null
Link copied to clipboard
open override val binWidth: Number? = null
Link copied to clipboard
open override val bw: Any? = null
Link copied to clipboard
open override val contour: Boolean? = null
Link copied to clipboard
open override val kernel: String? = null
Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val n: Int? = null
Link copied to clipboard
open override val parameters: Options