GG_save | R Documentation |
Save a ggplot2 figure. Now with a sensible default size (10 x 6.5 inches). Same arguments as ggplot2::ggsave
GG_save(
filename,
plot = last_plot(),
path = NULL,
width = 10,
height = 6.5,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.