combine: Combine RasterLayers and one-dimensional RasterArrays and...

Description Usage Arguments Value Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
combine(x, ...)

## S4 method for signature 'XArray'
combine(x, ...)

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

## S4 method for signature 'VectorSpatialClasses'
combine(x, ...)

Arguments

x

RasterLayer or RasterArray objects or Spatial* and SpatialArray objects to combine.

...

additional objects to combine.

Value

A RasterArray or SpatialArrayclass object.

Examples

1
2
data(dems)
a <- combine(dems[1], dems[2])

chronosphere documentation built on April 19, 2021, 1:07 a.m.