Positions are called once per panel per layer between the Stat computation and the Geom computation. The default PositionIdentity does no position adjustment.

Methods

Public methods


Method compute_panel()

Usage

Position$compute_panel(transformed_data, panel)

Details

Perform position adjustment, returning a transformed copy of transformed_data.


Method clone()

The objects of this class are cloneable with this method.

Usage

Position$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Super class

ggr6::Position -> PositionIdentity

Methods

Public methods

Inherited methods

Method compute_panel()

Usage

PositionIdentity$compute_panel(transformed_data, panel)


Method clone()

The objects of this class are cloneable with this method.

Usage

PositionIdentity$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.