Virtual Array of Vector Spatial data
Array template for Spatial object
stack |
A |
index |
A |
dim |
A |
The class implements structures to organize Spatial objects that have the same CRS. Subsetting rules were defined using the proxy object in the index
slot. See examples for implementations.
The class has two slots: stack: SpatialStack, the actual data. index: A proxy object that represents the organization of the layers.
A SpatialStack
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.