Process: Process

Description Usage Arguments Details Value Note Author(s) References Examples

Description

The Process function implements a simple call interface to Processing functions from R.

Usage

1

Arguments

f

A Processing function name (unquoted)

...

The corresponding function arguments

Details

The first time the Process functio runs it builds a table of available Processing methods which can results in a brief delay. Subsequent calls consult the cached tables. Future versions may incude a provision for off-line caching.

Value

The return value varies depending on the function call. See the Processing documentation.

Note

The Process function uses a simple heuristic to match function arguments. It may not always succeed–if you encounter an unexpected error, explicitly cast arguments to the desired type.

Author(s)

B. W. Lewis <bwaynelewis@gmail.com

References

http://www.processing.org

Examples

1
# Process (rect, 10,10,50,100)

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