Learn R Programming

via (version 0.2.0)

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

Description

The method is inherited from the 'SpatRaster' class.

Usage

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

Value

A disaggregated RasterArray class object.

Arguments

x

a RasterArray class object.

...

arguments passed to the disagg function.

Examples

Run this code
ex <- rastex() 
disagg <- disagg(ex, 3)

Run the code above in your browser using DataLab