.parseArgs {quickPlot} | R Documentation |
Parse arguments and find environments
Description
Internal function used within .objectNames
.
Usage
.parseArgs(y, e, eminus1)
Arguments
y |
A character representation of the arguments passed to a function, e.g., |
e |
Environment in which the function (e.g., |
eminus1 |
The parent environment of |
Value
A list of length 2, with names objs
and envs
giving the
standardized representation (i.e., replacing [[]]
with $
notation for objects) of objects
and their layers (if RasterStack
s).
Author(s)
Eliot McIntire and Alex Chubaty
[Package quickPlot version 1.0.4 Index]