powered by
This function returns an object that symbolizes the structure of layers in the RasterArray.
RasterArray
proxy(x, ...)# S4 method for RasterArray proxy(x)
# S4 method for RasterArray proxy(x)
(RasterArray focal object.
additional arguments passed to class-specific methods.
A vector, matrix or array of characters representing the RasterArray 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(clim) proxy(clim) # }
Run the code above in your browser using DataLab