save_plot.RdSave the last generated figure locally.
save_plot(plot_file, width = NULL, height = NULL, units = "in", dpi = 300)
| plot_file | String. File name that the figure
shall be saved to. Can end in either ".png", ".tiff",
".pdf", ".jpeg", or ".bmp". For more information, see the documentation
of |
|---|---|
| width | Integer. Optional. Plot width. If |
| height | Integer. Optional. Plot height If |
| units | String. Units for |
| dpi | Integer. Resolution for raster graphics such as .pdf-files. |
Plot, locally saved.
Saves the last generated figure locally. Wrapper
function of ggsave() from ggplot2.
Other external data functions:
read_pubmed_jats(),
read_pubmed(),
save_excel()