ContourStatMapping

class ContourStatMapping(var x: Any? = null, var y: Any? = null, var z: Any? = null) : ContourStatAesthetics

Aesthetic mappings supported by statContour().

Parameters

x

X-axis coordinates of the center of rectangles, forming a tessellation.

y

Y-axis coordinates of the center of rectangles, forming a tessellation.

z

Value at point (x, y).

Constructors

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

Properties

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