Contour Stat Mapping
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).