combine_charts: Combine charts

View source: R/chart.R

combine_chartsR Documentation

Combine charts

Description

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

chart(), ggarrange()

Examples

# TODO...

SciViews/chart documentation built on June 3, 2024, 7:26 a.m.