Learn R Programming

chronosphere (version 0.4.0)

disaggregate: Disaggregate raster cells in a RasterArray object

Description

The method is inherited from the RasterStack class.

Usage

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

Arguments

x

a RasterArray class object.

...

arguments passed to the disaggregate function.

Value

A disaggregated RasterArray class object.

Examples

Run this code
# NOT RUN {
data(dems)
disagg <- disaggregate(dems, 3)
# }

Run the code above in your browser using DataLab