| pdev {unknown} | R Documentation |
Activate the Processing graphics output device for R.
pdev(PApplet=NULL, bg="white", ...)
PApplet |
The Processing Java object reference (optional). |
bg |
Default background color (optional). |
... |
Additional graphics device arguments (optional). |
Standard R graphics output will be displayed on the Processing output canvas after this call. Use dev.off() to disable the graphics device. The Processing draw() method may temporarily be disabled while pdev is active.
Nothing is returned.
B. W. Lewis <bwaynelewis@gmail.com
http://www.processing.org
# pdev() # countour(volcano,col=4) # dev.off()