new_vpRm | R Documentation |
new_vpRm Initialize an object of class vpRm
new_vpRm( vpRm_dir = ".", lc_dir = NULL, isa_dir = NULL, temp_dir = NULL, dswrf_dir = NULL, evi_dir = NULL, evi_extrema_dir = NULL, green_dir = NULL, vprm_params = vpRm::vprm_params, vpRm_crs = NULL, vpRm_ext = NULL, vpRm_res = NULL, vpRm_time = NULL, verbose = F )
vpRm_dir |
(chr): path to initialize vpRm into; where to store processed drivers and outputs |
lc_dir |
(chr): path to land cover data |
isa_dir |
(chr): path to impermeable surface data |
temp_dir |
(chr): path to temperature data |
dswrf_dir |
(chr): path to initialize photosynthetically available radiation data |
evi_dir |
(chr): path to vegetation index data |
evi_extrema_dir |
(chr): path to evi_extrema 2d data |
green_dir |
(chr): path to greenup/down data |
vprm_params |
(data.frame): VPRM parameters, trained from tower data |
vpRm_crs |
(terra::crs): coordinate reference system for intake |
vpRm_ext |
(terra::ext): extent for intake |
vpRm_res |
(terra::ext): resolution for intake |
vpRm_time |
(terra::time): times of intake |
verbose |
(bool): print intermediary updates? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.