save_plot_with_ggsave | R Documentation |
Save a plot using ggsave
save_plot_with_ggsave(
data = NULL,
outfile = NULL,
outdir = NULL,
prefix = NULL,
suffix = NULL,
...
)
data |
plot to save. |
outfile |
the name of the output file. |
outdir |
the name of the output directory (defaults to current directory). |
prefix |
a prefix to be added to the file name. |
suffix |
a suffix to be added to the file name (before file extension). |
... |
parameters for ggsave. |
a file path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.