Virtual Array of RasterLayers
Array template for RasterLayers
stack |
A |
index |
A |
dim |
A |
The class implements structures to organize RasterLayers that have the same dimensions. Subsetting rules were defined using the proxy object in the index
slot. See examples for implementations.
The class has two slots: stack: RasterStack, the actual data. index: A proxy object that represents the organization of the layers.
A RasterArray
class object.
# data import data(dems) st <-dems@stack ind <- 1:nlayers(st) names(ind) <- letters[1:length(ind)] ra<- RasterArray(stack=st, index=ind)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.