Combine RasterLayers and one-dimensional RasterArrays and Spatial* objects with one-dimensinoal SpatialArrays
Methods sequences that start with an NA do not yet work.
combine(x, ...) ## S4 method for signature 'XArray' combine(x, ...) ## S4 method for signature 'RasterLayer' combine(x, ...) ## S4 method for signature 'VectorSpatialClasses' combine(x, ...)
x |
|
... |
additional objects to combine. |
A RasterArray
or SpatialArray
class object.
data(dems) a <- combine(dems[1], dems[2])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.