View source: R/ra_disaggregate.R
ra_disaggregate | R Documentation |
Function to create a higher resolution ("disaggregate") raster layer.
ra_disaggregate(ra, factor, method = "bilinear")
ra |
Raster object. |
factor |
Amount of disaggregation in number of cells or as a multiplier
to increase |
method |
Method to use for interpolation. |
Raster object.
Stuart K. Grange
disaggregate
## Not run:
# Increase a raster layer's resolution by five times
ra_countries_smooth <- ra_disaggregate(ra_countries, factor = 5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.