Description Usage Arguments Examples
Save ggplot in multiple file format simultaneously. User can input the specific file types. Defaults are PDF and PNG.
1 2 3 4 5 6 |
filename |
Name of file |
width |
Width of plot (defaults to current graphics device width) |
height |
Height of plot (defaults to current graphics device height) |
filetypes |
Vector of file types to save. |
1 2 | ggplot(mtcars, aes(mpg, wt)) + geom_point()
multiggsave("multiggsave-test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.