Description Usage Arguments Author(s) Examples
View source: R/multi_plot_save.R
Save a ggplot object
1 |
file |
Filepath to save plot to |
plot |
A ggplot object |
type |
One of "png", "pdf", "eps", or "tiff" |
width |
Plot width |
height |
Plot height |
units |
One of "in", "cm", or "mm" |
dpi |
Plot resolution in dpi |
Hugh Jones hj.hujones.hugh@googlemail.com
1 | ## Not run: multi_plot_save("test.png",test_plot,"png",6,6,"in",600)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.