Positions are called once per panel per layer between
the Stat computation and the Geom computation. The
default PositionIdentity
does no position adjustment.
compute_panel()
Position$compute_panel(transformed_data, panel)
Perform position adjustment, returning a transformed copy of
transformed_data
.
clone()
The objects of this class are cloneable with this method.
Position$clone(deep = FALSE)
deep
Whether to make a deep clone.
ggr6::Position
-> PositionIdentity
Inherited methods
compute_panel()
PositionIdentity$compute_panel(transformed_data, panel)
clone()
The objects of this class are cloneable with this method.
PositionIdentity$clone(deep = FALSE)
deep
Whether to make a deep clone.