downscale | R Documentation |
This function disaggregates a wind_rose raster, interpolating it to higher spatial resolution and then adjusting values to maintain correct connectivity units. Downscaling is useful when connectivity is to be modeled between sites that are separated by few or no grid cells.
downscale(x, fact, method = "bilinear")
x |
wind_rose |
fact |
a single integer giving the factor by which to disaggregate the data; this is passed to disagg. |
method |
disaggregation method; either "near" or "bilinear'; see disagg for details. |
Larger values of fact
create higher-resolution wind surfaces, which improves connectivity estimates
between nearby sites. The trade-off is computational cost.
A higher resolution version of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.