View source: R/multiple_plots.R
bro_facet_wrap_paged | R Documentation |
Dive a ggplot into facets to create a single or multi-page layout
bro_facet_wrap_paged(
gg,
facet_var,
ncol = NULL,
nrow = NULL,
width = NULL,
height = NULL,
...
)
gg |
A ggplot or list of ggplots |
facet_var |
Descr. |
ncol |
Descr. |
nrow |
Descr. |
width |
Descr. |
height |
Descr. |
... |
Descr. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.