SummaryStatMapping

class SummaryStatMapping(val x: Any? = null, val y: Any? = null) : OptionsCapsule

Aesthetic mappings supported by statSummary().

Parameters

x

X-axis coordinates for vertical interval / position of mid-point for horizontal interval.

y

Y-axis coordinates for horizontal interval / position of mid-point for vertical interval.

Constructors

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

Properties

Link copied to clipboard
val x: Any? = null
Link copied to clipboard
val y: Any? = null