Description Usage Arguments Details Value See Also
View source: R/load_and_save_files.R
Save the last generated figure locally.
1 2 3 4 5 6 7 8 |
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. |
device |
String or function. Specifies which device to use (such as
"pdf" or |
Saves the last generated figure locally. Wrapper
function of ggsave()
from ggplot2. For further details, please
see ?ggplot2::ggsave.
Plot, locally saved.
Other external data functions:
read_pubmed_jats()
,
read_pubmed()
,
save_excel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.