Learn R Programming

chronosphere (version 0.4.1)

resample,RasterArray,ANY-method: Resample a RasterArray object

Description

The method is inherited from the RasterStack class.

Usage

# S4 method for RasterArray,ANY
resample(x, y, ...)

Value

A resampled RasterArray class object.

Arguments

x

a RasterArray class object.

y

The y argument of the resample function.

...

arguments passed to the resample function.

Examples

Run this code
data(dems)
template <- raster(res=5)
resampled <- resample(dems, template)

Run the code above in your browser using DataLab