class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
<init> |
stat_bin(data: Map<*, *>? = null, geom: GeomOptions = Geom.histogram(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {}) |
alpha |
val alpha: Number? |
bins |
val bins: Int? |
binWidth |
val binWidth: Number? |
boundary |
val boundary: Number? |
center |
val center: Number? |
color |
val color: Any? |
fill |
val fill: Any? |
size |
val size: Number? |
weight |
val weight: Any? |
x |
val x: Double? |
y |
val y: Double? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |