Learn R Programming

chronosphere (version 0.3.1)

combine: Combine RasterLayers and one-dimensional RasterArrays

Description

Methods sequences that start with an NA do not yet work.

Usage

combine(x, ...)

# S4 method for RasterLayer combine(x, ...)

# S4 method for RasterArray combine(x, ...)

Arguments

x

RasterLayer or RasterArray object to combine.

...

additional objects to combine.

Value

A RasterArray class object.

Examples

Run this code
# NOT RUN {
data(dems)
a <- combine(dems[1], dems[2])
# }

Run the code above in your browser using DataLab