ggsave | R Documentation |
ggsave Save a ggplot with sensible defaults
ggsave(
plot,
filename = default_name(plot),
device = default_device(filename),
scale = 1,
width = graphics::par("din")[1],
height = graphics::par("din")[2],
grid = "normal",
dpi = 96,
...
)
plot |
plot to save |
filename |
file name/path of plot |
device |
device to use, automatically extract from file name extension |
scale |
scaling factor |
width |
width (in inches) |
height |
height (in inches) |
grid |
grid to use, normal for white on pale grey, print for pale grey on white |
dpi |
dpi to use for raster graphics |
... |
other arguments passed to device function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.