combine_plots {plotthis} | R Documentation |
Combine plots into one
combine_plots(plots, combine, nrow, ncol, byrow, 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