saveReturnPlot: Save image and print it

Description Usage Arguments

View source: R/plots.r

Description

Save image and print it

Usage

1
2
3
saveReturnPlot(plot, save_plot = TRUE, plot_name = "",
  output_path = "", is_ggplot = TRUE, save_width, save_height,
  save_format)

Arguments

plot

ggplot2 plot object

save_plot

Save plot to disk

plot_name

name of ggplot file

output_path

path to output

is_ggplot

Plot is ggplot object or not

save_width

With of exported plot (ggplot only)

save_height

Height of exported plot in 'in' (ggplot only)

save_format

Format of exported plot in 'in' (ggplot only)


paulklemm/seqc documentation built on Sept. 12, 2019, 8:15 p.m.