yDotplot

class yDotplot(val bins: Int? = null, val binWidth: Number? = null, val center: Number? = null, val boundary: Number? = null, val method: String? = null, val mapping: YDotplotStatMapping.() -> Unit = {}) : StatOptions, YDotplotStatParameters

Constructors

Link copied to clipboard
constructor(bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, method: String? = null, mapping: YDotplotStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val bins: Int? = null

Maximum number of bins, used when method is "histodot".

Link copied to clipboard
open override val binWidth: Number? = null

When method is "dotdensity", this specifies maximum bin width. When method is "histodot", this specifies bin width.

Link copied to clipboard
open override val boundary: Number? = null

A boundary between two bins, used when method is "histodot".

Link copied to clipboard
open override val center: Number? = null

The center of one of the bins, used when method is "histodot".

Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val method: String? = null

Use "dotdensity" for dot-density binning, or "histodot" for fixed bin widths (like in geomHistogram).

Link copied to clipboard
open override val parameters: Options