powered by
This function returns an object that symbolizes the structure of layers in the RasterArray and SpatialArray.
RasterArray
SpatialArray
proxy(x, ...)# S4 method for XArray proxy(x)
# S4 method for XArray proxy(x)
A vector, matrix or array of characters representing the RasterArray and SpatialArray structure.
vector
matrix
array
RasterArray or SpatialArray ocal object.
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.
proxy
index
data(dems) proxy(dems) data(coasts) proxy(coasts)
Run the code above in your browser using DataLab