combine_charts | R Documentation |
Assemble multiple charts on the same page. Wrapper around ggarrange()
with
different defaults.
combine_charts(chartlist, ncol = NULL, nrow = NULL, labels = "AUTO", ...)
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. |
... |
further arguments passed to |
An object of class ggarrange
containing a list of ggplot
s.
chart()
, ggarrange()
# TODO...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.