The proxy of a RasterArray or SpatialArray object
This function returns an object that symbolizes the structure of layers in the RasterArray
and SpatialArray
.
proxy(x, ...) ## S4 method for signature 'XArray' 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 RasterArray
.
A vector
, matrix
or array
of characters representing the RasterArray
and SpatialArray
structure.
data(dems) proxy(dems) data(coasts) proxy(coasts)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.