proxy | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.