ggsave_white_bg: Save ggplot with white background

View source: R/utils.R

ggsave_white_bgR Documentation

Save ggplot with white background

Description

Wrapper around ggplot2::ggsave that ensures a white background by default.

Usage

ggsave_white_bg(..., bg = "white")

Arguments

...

Other arguments passed on to the graphics device function, as specified by device.

bg

Background colour. If NULL, uses the plot.background fill value from the plot theme.

Value

No return value, called for side effects.


topolow documentation built on Aug. 31, 2025, 1:07 a.m.