YDotplotAesthetics

interface YDotplotAesthetics : OptionsCapsule

Aesthetic properties supported by geomYDotplot().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val binWidth: Any?

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

Link copied to clipboard
abstract val color: Any?

Color of the geometry. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val fill: Any?

Fill color. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val stackSize: Any?

The diameter of the dots relative to binWidth.

Link copied to clipboard
abstract val stroke: Any?

Width of the dot border.

Link copied to clipboard
abstract val x: Any?

X-axis coordinates.

Link copied to clipboard
abstract val y: Any?

Y-axis coordinates.