plot-api / jetbrains.letsPlot / Stat / density

density

class density : DensityParameters, StatOptions

Constructors

<init>

density(mapping: DensityMapping.() -> Unit = {}, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Double? = null)

Properties

adjust

val adjust: Double?

bw

val bw: Any?

kernel

val kernel: String?

n

val n: Int?

parameters

val parameters: Options

trim

val trim: Boolean?