ggsave2 | R Documentation |
save a ggplot in a directory
ggsave2(plot, path, file_name, height = 5, width = 5, ...)
plot |
a ggplot |
path |
directory path excluding file name |
file_name |
a file name with extension |
height |
device height |
width |
device width |
... |
other arguments pass to |
save a plot in a directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.