ggplotToPPT: Exports a graph for presentations

Description Usage Arguments

Description

Exports ggplot graph to PNG, readable in PPT presentations.

Usage

1
2
ggplotToPPT(filename = NULL, plot, units = "cm", width = 43.2,
  height = 13.7, font.size = 17)

Arguments

filename

Character. Filename of image to be created.

plot

Character. Name of ggplot object.

units

Character. Unit of measurement for dimensions; "in", "cm", or "mm". See "ggsave" documentation.


Braja93/braja documentation built on May 6, 2019, 12:07 a.m.