ggsave_pdf_and_png.RdSave ggplot to PDF and PNG
ggsave_pdf_and_png(filename_root, plot, width = 4, height = 2.472, ...)
| filename_root | Root filename (without extension). |
|---|---|
| plot | ggplot object. |
| width | plot width in inches. |
| height | plot height in inches. |
| ... | parameters passed on to ggsave. |