powered by
Methods sequences that start with an NA do not yet work.
combine(x, ...)# S4 method for XArray combine(x, ...)# S4 method for RasterLayer combine(x, ...)# S4 method for VectorSpatialClasses combine(x, ...)
# S4 method for XArray combine(x, ...)
# S4 method for RasterLayer combine(x, ...)
# S4 method for VectorSpatialClasses combine(x, ...)
A RasterArray or SpatialArrayclass object.
RasterArray
SpatialArray
RasterLayer or RasterArray objects or Spatial* and SpatialArray objects to combine.
RasterLayer
additional objects to combine.
data(dems) a <- combine(dems[1], dems[2])
Run the code above in your browser using DataLab