output_plot: Output a plot from a plot list

View source: R/plots.R

output_plotR Documentation

Output a plot from a plot list

Description

output_plot take a plot_entry object and saves the plot using the correct graphics device. Currently the only extra parameters that can be passed through to the graphics device are width, height and bg as these are the only ones that are commmon between all 4 devices,

Usage

output_plot(plot_entry, ...)

Arguments

plot_entry

list containing filename and plot

...

Arguments passed on to the graphics device

Value

the results of dev.off() invisibly

Examples

output_plot(plot_entry)
output_plot(plot_entry, width = 6, height = 7)


richysix/miscr documentation built on March 24, 2023, 5:24 a.m.