YDotplotParameters

Properties for parameters of geomYDotplot().

Inheritors

Properties

Link copied to clipboard
abstract val dotSize: Number?

default = 1.0. The diameter of the dots relative to binWidth.

Link copied to clipboard
abstract val stackDir: String?

Which direction to stack the dots. Values: "up", "down", "center", "centerwhole" (default = "up").

Link copied to clipboard
abstract val stackGroups: Boolean?

Stack dots across groups when method = "histodot".

Link copied to clipboard
abstract val stackRatio: Number?

default = 1.0. How close to stack the dots. Use smaller values for closer, overlapping dots.