class stat_density : DensityAesthetics, DensityParameters, LayerBase
<init> |
stat_density(data: Map<*, *>? = null, geom: GeomOptions = area(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Any? = null, y: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, bw: Any? = null, kernel: Any? = null, n: Any? = null, trim: Any? = null, adjust: Any? = null, mapping: DensityMapping.() -> Unit = {}) |
adjust |
val adjust: Any? |
alpha |
val alpha: Any? |
bw |
val bw: Any? |
color |
val color: Any? |
fill |
val fill: Any? |
kernel |
val kernel: Any? |
linetype |
val linetype: Any? |
n |
val n: Any? |
size |
val size: Any? |
trim |
val trim: Any? |
weight |
val weight: Any? |
x |
val x: Any? |
y |
val y: Any? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |