save_with_logo: Save plot with TDOE Logo Default is the size of image...

Description Usage Arguments

View source: R/theme_tdoe.R

Description

Save plot with TDOE Logo Default is the size of image determined to work best with PowerPoint slides

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
(
  file_path,
  plot_object = ggplot2::last_plot(),
  fig_height = 4.95,
  fig_width = 9.17,
  fig_unit = "in",
  fig_res = 1200
)

(xmin, xmax, ymin, ymax, ...)

Arguments

file_path

Path to save the image, ending in .png

plot_object

ggplot object to save

fig_height

Height of image. Default of 4.95

fig_width

Width of image. Default of 9.17

fig_unit

Default of 'in' for inches. Can use 'px' if units are pixels

fig_res

Resolution of image. Default of 1200.


amarsee/andrewacct documentation built on Feb. 19, 2020, 4:28 a.m.