saveplot: Save a plot to multiple places with multiple formats

Description Usage Arguments

View source: R/plot.R

Description

Takes a plot and saves it in multiple output folders using different file types.

Usage

1
2
saveplot(p, filename, out.folders, width = 10, height = 10,
  dpi = 720, format = c("svg", "eps", "png"))

Arguments

p

the plot to save

filename

name of the plot without suffix

out.folders

vector of folders to plot

width

width of plot in inch

height

height of plot in inch

dpi

dpi

format

vector of file suffixes


dirmeier/rutil documentation built on Dec. 5, 2019, 7:36 a.m.