PlotPNG | R Documentation |
Opens a Cairo PNG plot device if available, otherwise opens a standard R png plot device.
PlotPNG(...)
... |
Arguments to pass to either CairoPNG() or png() |
device identifier
Angus H Wright AIfA awright@astro.uni-bonn.de
#Do not Run {{{
# PlotPNG()
# plot(rnorm(1E4),rnorm(1E4))
# dev.off()
#}}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.