ggsave_white_bg {topolow} | R Documentation |
Save ggplot with white background
Description
Wrapper around ggplot2::ggsave that ensures white background. This function masks ggplot2::ggsave.
Usage
ggsave_white_bg(..., bg = "white")
Arguments
... |
Other arguments passed on to the graphics device function,
as specified by |
bg |
Background colour. If |
Value
No return value, called for side effects.
[Package topolow version 1.0.0 Index]