Skip to contents
loading...

Assemble multiple charts on the same page. Wrapper around ggarrange() with different defaults.

Usage

combine_charts(chartlist, ncol = NULL, nrow = NULL, labels = "AUTO", ...)

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.

Value

An object of class ggarrange containing a list of ggplots.

See also

Examples

# TODO...