save_plot | R Documentation |
Save a ggplot2 plot in pdf and png format using consistent naming
save_plot(gg, experiment_folder, result_folder = NULL, suffix = "", ...)
gg |
ggplot2 plot |
experiment_folder |
Path to folder containing IDOC results .csv files |
result_folder |
Path to a folder where to save results. If not passaed, it is set to experiment_folder |
suffix |
A character (word) that will differentiate resulting output from other output produced on the same experiment folder. Useful for segmenting the experiment into different periods of interest and analyzing these periods separately. |
... |
Extra arguments for ggsave |
ggplot2::ggsave()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.