CountStatMapping

class CountStatMapping(var x: Any? = null, var weight: Any? = null) : CountStatAesthetics

Aesthetic mappings supported by statCount().

Parameters

x

X-axis value (this value will produce cases or bins for bars).

weight

Used by the stat to compute weighted sum instead of simple count.

Constructors

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

Properties

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