DensityRidgesStatMapping

class DensityRidgesStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : DensityRidgesStatAesthetics

Aesthetic mappings supported by statDensityRidges().

Parameters

x

X-axis coordinates.

y

Y-axis coordinates.

weight

Used by the stat to compute weighted density.

Constructors

Link copied to clipboard
constructor(x: Any? = null, y: Any? = null, weight: Any? = null)

Properties

Link copied to clipboard
open override var weight: Any?
Link copied to clipboard
open override var x: Any?
Link copied to clipboard
open override var y: Any?