disagg: Disaggregate raster cells in a "RasterArray"-class object

disaggR Documentation

Disaggregate raster cells in a 'RasterArray'-class object

Description

The method is inherited from the 'SpatRaster' class.

Usage

## S4 method for signature 'RasterArray'
disagg(x, ...)

Arguments

x

a RasterArray class object.

...

arguments passed to the disagg function.

Value

A disaggregated RasterArray class object.

Examples

ex <- rastex() 
disagg <- disagg(ex, 3)

via documentation built on May 31, 2023, 8:31 p.m.

Related to disagg in via...