Stacking method for the vector Spatial* SpatialStack objects
The function alls a RasterArray
-like stacking of Spatial* objects and SpatialStack
s .
## S4 method for signature 'VectorSpatialClasses' stack(x, ...) ## S4 method for signature 'SpatialStack' stack(x, ...)
x |
|
... |
Additional Spatial* objects. |
A RasterArray
class object.
A RasterArray
class object.
data(coasts) one <- coasts[1] two <- coasts[2] three <- coasts[3] # create a SpatialStack similar to a RasterStack spStack <- stack(one, two, three)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.