disagg {via} | R 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 |
... |
arguments passed to the |
Value
A disaggregated RasterArray
class object.
Examples
ex <- rastex()
disagg <- disagg(ex, 3)
[Package via version 0.2.0 Index]