Description Usage Arguments Value Examples
View source: R/downscaleKrige.R
Downscale the input applying the autokrige from hydroTSM::hydrokrige, using elevation as predictor
1 | downscaleKrige(low_res_raster, high_res_raster, ouputdir = getwd())
|
ouputdir, |
directory where to save the files |
elev_hres, |
elevation, a high resolution Raster layer object |
rad_lowres, |
solar radiation (w/m2), the low resolution Raster* object with z time dimension |
solar radiation (w/m2), Raster* object with the resolution of elev_hres and the same z time dimension as rad_lowres
1 2 | # *optional run beginCluster() first, for parallel computing
downscaleKrige()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.