combine_plots | R Documentation |
Combine plots into one
combine_plots(
plots,
combine = TRUE,
nrow = NULL,
ncol = NULL,
byrow = NULL,
axes = NULL,
axis_titles = NULL,
guides = NULL,
design = NULL,
recalc_size = TRUE
)
plots |
A list of plots |
combine |
Whether to combine the plots into one |
nrow |
The number of rows in the combined plot |
ncol |
The number of columns in the combined plot |
byrow |
Whether to fill the plots by row |
recalc_size |
Whether to re-calculate the size of the combined plot |
The faceted plot. If guess_size is TRUE, attr(p, "height") and attr(p, "width") will be set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.