multipage_facets
multipage_facets( gg, facet_by, ncol = NULL, nrow = NULL, byrow = NULL, widths = NULL, heights = NULL, guides = "collect", tag_level = NULL, design = NULL )
| gg | A |
|---|---|
| facet_by | Variable that should be used for faceting. |
| 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 |