proxy {via} | R Documentation |
VirtualArray
'This function returns an object that symbolizes the structure of layers in the 'XArray
', 'RasterArray
' or 'SfArray
'.
proxy(x, ...)
## S4 method for signature 'VirtualArray'
proxy(x)
x |
|
... |
additional arguments passed to class-specific methods. |
The proxy
method wraps the names of layers in the @stack
using the @index
slot of the 'VirtualArray
'.
A vector
, matrix
or array
of characters representing the VirtualArray
structure.
data(exemplar)
proxy(exemplar)
data(paleocoastlines)
proxy(paleocoastlines)