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,
  ...
)

Arguments

gg

A ggplot or list of ggplots

facet_var

Descr.

ncol

Descr.

nrow

Descr.

width

Descr.

height

Descr.

...

Descr.