disaggregate: Disaggregate raster cells in a RasterArray object

Description Usage Arguments Value Examples

Description

The method is inherited from the RasterStack class.

Usage

1
2
## S4 method for signature 'RasterArray'
disaggregate(x, ...)

Arguments

x

a RasterArray class object.

...

arguments passed to the disaggregate function.

Value

A disaggregated RasterArray class object.

Examples

1
2
data(dems)
disagg <- disaggregate(dems, 3)

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