PlotPNG: Open PNG plot device

PlotPNGR Documentation

Open PNG plot device

Description

Opens a Cairo PNG plot device if available, otherwise opens a standard R png plot device.

Usage

PlotPNG(...)

Arguments

...

Arguments to pass to either CairoPNG() or png()

Value

device identifier

Author(s)

Angus H Wright AIfA awright@astro.uni-bonn.de

Examples


#Do not Run {{{
# PlotPNG()
# plot(rnorm(1E4),rnorm(1E4))
# dev.off()
#}}}


AngusWright/LAMBDAR documentation built on Sept. 19, 2024, 10:26 a.m.