Indexing to extract subsets of a SpatialStack object
The single and double bracket subsetting is identical in the case of SpatiaStacks.
## S4 method for signature 'SpatialStack,ANY,ANY' x[i, drop = TRUE]
x |
|
i |
subscript of vector-like subsetting. |
drop |
|
A SpatialStack
or Spatial
class object.
# stack of the paleomap paleocoastlines data(coasts) spstack <- coasts@stack spstack[1]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.