Assemble multiple charts on the same page. Wrapper around ggarrange()
with
different defaults.
Arguments
- chartlist
List of charts to combine.
- ncol
(optional) number of columns in the plot grid.
- nrow
(optional) number of rows in the plot grid.
- labels
(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.