my_ggsave | R Documentation |
Saves a plot using ggplot2's ggsave function.
my_ggsave(filename, plot = ggplot2::last_plot(), ...)
filename |
The filename to store the plot. |
plot |
The ggplot object. |
... |
Further arguments to the ggplot2 ggsave function. |
Stores p
in fname
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.