save_plots: Save one or more plots onto a panel.

Description Usage Arguments Value See Also

View source: R/plots.R

Description

Save one or more plots onto a panel.

Usage

1
2
3
save_plots(plots, name, dimensions = eenv_plot_dim,
  theme = eenv_theme[[1]], width = NULL, height = NULL,
  columns = NULL)

Arguments

plots

Either single ggplot or list of plots.

name

The name of the plot.

dimensions

List of settings to use, see eenv_plot_dim.

theme

The theme to use (for letters, etc.)

width

The width (see eenv_plot_dim) to use, NULL means auto.

height

The height as multiple of dimensions$height (see eenv_plot_dim) to use, NULL means auto.

columns

The number of columns to use, NULL means auto. Begins a new row of plots if the number of plots exceeds dimensions$columns_max.

Value

The final plot.

See Also

Other variables and functions for plotting: colour_base, colour_bg, colour_palette, colour_secondary, colour_tert, eenv_plot_dim


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.