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 May 12, 2022, 1:49 a.m.