R/utils.plot.save.R
utils.plot.save.Rd
WARNING: UTILITY SCRIPTS ARE FOR INTERNAL USE ONLY AND SHOULD NOT BE USED BY END USERS AS THEIR USE OUT OF CONTEXT COULD LEAD TO UNPREDICTABLE OUTCOMES.
utils.plot.save(x, dir = NULL, file = NULL, verbose = NULL, ...)
Name of the ggplot object.
Name of the directory to save the file.
Name of the file to save the plot to (omit file extension)
Verbosity: 0, silent or fatal errors; 1, begin and end; 2, progress log; 3, progress and results summary; 5, full report [default NULL, unless specified using gl.set.verbosity]
Parameters passed to function ggsave, such as width and height, when the ggplot is to be saved.
An internal function to save a ggplot object to disk in RDS binary format. Uses saveRDS() to save the file with an .RDS extension; can be reloaded with gl.load().