gg_ppt_save: Save a plot usingpowerpoint-compatible dimensions

View source: R/gg_ppt_save.R

gg_ppt_saveR Documentation

Save a plot usingpowerpoint-compatible dimensions

Description

Save a plot usingpowerpoint-compatible dimensions

Usage

gg_ppt_save(
  plot,
  filename,
  aspect_ratio = c("16x9-w-title", "two-content", "16x9-full-page"),
  size_multiplier = 0.9,
  dpi = 600
)

Arguments

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

Value

sliently writes file to disk


evanmascitti/ecmfuns documentation built on April 5, 2025, 1:52 a.m.