new_vpRm: new_vpRm Initialize an object of class vpRm

View source: R/new_vpRm.r

new_vpRmR Documentation

new_vpRm Initialize an object of class vpRm

Description

new_vpRm Initialize an object of class vpRm

Usage

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
)

Arguments

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?


BlueGrisGris/vpRm documentation built on Oct. 29, 2022, 7:17 a.m.