Wrap plots in a single or multi-page layout
bro_wrap_plots_paged( plotlist, ncol = NULL, nrow = NULL, width = NULL, height = NULL, ... )
| plotlist | A list of ggplots |
|---|---|
| ncol | Number of columns in the layout. If more plots are provided than fit on one page, a list of patchworks is returned. |
| nrow | Number of rows in the layout. If more plots are provided than fit on one page, a list of patchworks is returned. |
| width | Widths of individual plots. For absolute dimensions use somehting like |
| height | Heights of individual plots. For absolute dimensions use somehting like |
| ... | Other arguments passed on to |