Discrete Scale

Discrete Scale

Super classes

ggr6::Scale -> ggr6::ScaleSimple -> ScaleDiscrete

Methods

Public methods

Inherited methods

Method new()

Usage

ScaleDiscrete$new(aesthetics = character(0))


Method train()

Usage

ScaleDiscrete$train(x)


Method palette()

Usage

ScaleDiscrete$palette(x)


Method map()

Usage

ScaleDiscrete$map(x)


Method within_limits()

Usage

ScaleDiscrete$within_limits(x)


Method set_palette_factory()

Usage

ScaleDiscrete$set_palette_factory(palette_factory)


Method set_drop()

Usage

ScaleDiscrete$set_drop(drop)


Method clone()

The objects of this class are cloneable with this method.

Usage

ScaleDiscrete$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.