class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
<init> |
stat_density2d(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY2D), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {}) |
adjust |
val adjust: Number? |
alpha |
val alpha: Number? |
bins |
val bins: Int? |
binWidth |
val binWidth: Number? |
bw |
val bw: Any? |
color |
val color: Any? |
contour |
val contour: Boolean? |
flow |
val flow: Double? |
kernel |
val kernel: String? |
linetype |
val linetype: Any? |
n |
val n: Int? |
size |
val size: Number? |
speed |
val speed: Double? |
weight |
val weight: Double? |
x |
val x: Double? |
y |
val y: Double? |
z |
val z: Double? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |