YDotplotStatParameters

Properties for parameters of the default stat of geomYDotplot().

Inheritors

Properties

Link copied to clipboard
abstract val bins: Int?

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

Link copied to clipboard
abstract val binWidth: Number?

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

Link copied to clipboard
abstract val boundary: Number?

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

Link copied to clipboard
abstract val center: Number?

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

Link copied to clipboard
abstract val method: String?

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