knit_print.gg_list: Print a list of ggplot objects with space around each

View source: R/knit_print.gg.R

knit_print.gg_listR Documentation

Print a list of ggplot objects with space around each

Description

Print a list of ggplot objects with space around each

Usage

## S3 method for class 'gg_list'
knit_print(x, ..., filename = NULL, fig_suffix = "\n\n")

Arguments

x

A list of plot objects

...

Passed to knit_print.

filename

Save the figure to the filename, if provided. If the filename contains " such as " sprintf(filename, seq_along(x)) to generate the filename.

fig_suffix

Character strings passed to cat before and after printing x (if not missing).

Value

x invisibly

See Also

knit_print.gg


billdenney/bsd.report documentation built on Jan. 16, 2024, 12:54 a.m.