multipage_plots | R Documentation |
multipage_plots
multipage_plots( gg, ncol = NULL, nrow = NULL, byrow = NULL, widths = NULL, heights = NULL, guides = "collect", tag_level = NULL, design = NULL )
gg |
A |
ncol, nrow |
The number of columns and rows per page. |
byrow |
Analogous to |
widths |
The relative widths and heights of each column and row in the grid. Will get repeated to match the dimensions of the grid. |
heights |
The relative widths and heights of each column and row in the grid. Will get repeated to match the dimensions of the grid. |
guides |
A string specifying how guides should be treated in the layout.
|
tag_level |
A string ( |
design |
Specification of the location of areas in the layout. Can either
be specified as a text string or by concatenating calls to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.