pdev: pdev

Description Usage Arguments Details Value Author(s) References Examples

Description

Activate the Processing graphics output device for R.

Usage

1
pdev(PApplet=NULL, bg="white", ...)

Arguments

PApplet

The Processing Java object reference (optional).

bg

Default background color (optional).

...

Additional graphics device arguments (optional).

Details

Standard R graphics output will be displayed on the Processing output ccanvas after this call. Use dev.off() to disable the graphics device. The Processing draw() method may temporarily be disabled while pdev is active.

Value

Nothing is returned.

Author(s)

B. W. Lewis <bwaynelewis@gmail.com

References

http://www.processing.org

Examples

1
2
# pdev()
# countour(volcano,col=4)

bwlewis/R4P documentation built on May 13, 2019, 9:05 a.m.