bro_facet_wrap_paged: Dive a ggplot into facets to create a single or multi-page...

View source: R/multiple_plots.R

bro_facet_wrap_pagedR Documentation

Dive a ggplot into facets to create a single or multi-page layout

Description

Dive a ggplot into facets to create a single or multi-page layout

Usage

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.


jbengler/bro documentation built on Aug. 1, 2023, 9:09 a.m.