save_figure: Save a figure object on the disc

View source: R/modif_functions.R

save_figureR Documentation

Save a figure object on the disc

Description

Save a figure object on the disc

Usage

save_figure(figure_object, path = ".", format = "pdf", ...)

Arguments

figure_object

A figure object

path

The target path. The destination folder will not be created

format

the desired file format.

...

extra arguments passed to ggsave.

Value

None, called for side effects


PiotrTymoszuk/figur documentation built on July 16, 2024, 1:15 a.m.