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)
RasterArray or SpatialArray ocal object.
additional arguments passed to class-specific methods.
A vector, matrix or array of characters representing the RasterArray and SpatialArray structure.
vector
matrix
array
The proxy method wraps the names of layers in the stack using the index slot of the RasterArray.
proxy
index
# NOT RUN { data(dems) proxy(dems) data(coasts) proxy(coasts) # }
Run the code above in your browser using DataLab