gg_ppt_save | R Documentation |
Save a plot usingpowerpoint-compatible dimensions
gg_ppt_save(
plot,
filename,
aspect_ratio = c("16x9-w-title", "two-content", "16x9-full-page"),
size_multiplier = 0.9,
dpi = 600
)
plot |
ggplot object |
filename |
Full path to save |
aspect_ratio |
Height / width |
size_multiplier |
Value < 1 = larger text |
dpi |
For raster graphics; defaults to 600 |
sliently writes file to disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.