Assemble multiple charts on the same page. Wrapper around ggarrange()
with
different defaults.
combine_charts(chartlist, ncol = NULL, nrow = NULL, labels = "AUTO", ...)
List of charts to combine.
(optional) number of columns in the plot grid.
(optional) number of rows in the plot grid.
(optional) labels to use for each individual plot. "AUTO"
further arguments passed to ggarrange()
.
(default value) auto-generates uppercase labels, and "auto"
does the same
for lowercase labels.
An object of class ggarrange
containing a list of ggplot
s.
# TODO...