my_ggsave: Wrapper for the ggplot2::ggsave function.

View source: R/IO.R

my_ggsaveR Documentation

Wrapper for the ggplot2::ggsave function.

Description

Saves a plot using ggplot2's ggsave function.

Usage

my_ggsave(filename, plot = ggplot2::last_plot(), ...)

Arguments

filename

The filename to store the plot.

plot

The ggplot object.

...

Further arguments to the ggplot2 ggsave function.

Value

Stores p in fname.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.