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