process.RspProduct {R.rsp} | R Documentation |
Processes an RSP file product
Description
Processes an RSP file product.
Usage
## S3 method for class 'RspProduct'
process(object, type=NULL, envir=parent.frame(), workdir=NULL, ..., recursive=TRUE,
verbose=FALSE)
Arguments
type |
A |
workdir |
A temporary working directory to use during processing.
If |
... |
Optional arguments passed to the processor |
recursive |
If a positive number (or + |
verbose |
See |
Value
Returns the processed RSP product output as another RspProduct
.
If no processor exists, the input object itself is returned.
Author(s)
Henrik Bengtsson
[Package R.rsp version 0.45.0 Index]