Skip to contents

Output plots as files

Usage

save_figure(
  figure,
  filename,
  cropped = NULL,
  args = NULL,
  args_cropped = NULL,
  preview = FALSE,
  ...
)

Arguments

figure

Plot (or graphical object).

filename

Name of file to create.

cropped

Name of second output file of the figure without margins or title.

args

List of arguments passed to ggplot2::ggsave() for the main figure.

args_cropped

List of arguments passed to ggplot2::ggsave() for the cropped figure.

preview

Preview the output in the RStudio Viewer pane. (Default: False)

...

Other arguments passed to prepare_figure.