align_group: Group and align layout based on categorical or factor levels.
Description
Group and align layout based on categorical or factor levels.
Usage
align_group(group, set_context = FALSE, name = NULL)
Value
A new Align object.
Arguments
group
A character define the groups, this will split the
axis into different panel.
set_context
A single boolean value indicates whether to set the active
context to current plot. If TRUE, all subsequent ggplot elements will be
added into this plot.
name
A string of the plot name. Used to switch the active context in
hmanno() or stack_active().