AreaRidgesParameters

interface AreaRidgesParameters : OptionsCapsule

Properties for parameters of geomAreaRidges().

Inheritors

Properties

Link copied to clipboard
abstract val minHeight: Number?

A height cutoff on the drawn ridges. All values that fall below this cutoff will be removed.

Link copied to clipboard
abstract val quantileLines: Boolean?

Shows the quantile lines.

Link copied to clipboard
abstract val scale: Number?

A multiplicative factor applied to height aesthetic. If scale = 1.0, the heights of a ridges are automatically scaled such that the ridge with height = 1.0 just touches the one above.