View source: R/utils.plot.save.R
utils.plot.save | R Documentation |
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, ...)
x |
Name of the ggplot object. |
dir |
Name of the directory to save the file. |
file |
Name of the file to save the plot to (omit file extension) |
verbose |
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().
Custodian: Arthur Georges (Post to https://groups.google.com/d/forum/dartr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.