Processes bar plot layers with complete logic included
maidr::LayerProcessor -> Ggplot2BarLayerProcessor
process()Ggplot2BarLayerProcessor$process(
plot,
layout,
built = NULL,
gt = NULL,
scale_mapping = NULL,
grob_id = NULL,
panel_id = NULL,
panel_ctx = NULL
)
needs_reordering()Ggplot2BarLayerProcessor$needs_reordering()
reorder_layer_data()Ggplot2BarLayerProcessor$reorder_layer_data(data, plot)
extract_data()Ggplot2BarLayerProcessor$extract_data(
plot,
built = NULL,
scale_mapping = NULL,
panel_id = NULL
)
generate_selectors()Ggplot2BarLayerProcessor$generate_selectors(
plot,
gt = NULL,
grob_id = NULL,
panel_ctx = NULL
)
clone()The objects of this class are cloneable with this method.
Ggplot2BarLayerProcessor$clone(deep = FALSE)deepWhether to make a deep clone.