View source: R/plotting_functions.R
saveplot | R Documentation |
Save plot to file
saveplot(
p,
file = NULL,
dev = "png",
width = 3000,
height = 2500,
dpi = 300,
units = "px",
bg = "white",
ggsave = TRUE,
PRINTFUN = print,
...
)
p |
plot |
file |
filename |
dev |
device |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.