ht_reduction | R Documentation |
Calculate reduction in crop production caused by waterlogging and drought.
ht_reduction(GHG, GLG, HELP, landuse)
GHG |
Average highest groundwater level, relative to soil surface level, (m) (numeric) |
GLG |
Average lowest groundwater level, relative to soil surface level, (m) (numeric) |
HELP |
HELP (soil) number 1-70 (integer). |
landuse |
1=grassland; 2=arable land (integer) |
Calculated reduction in crop production (list) with three elements: red_wl: caused by waterlogging (%); (numeric) red_dr: caused by drought (%); (numeric) red_tot: (%) (numeric)
GHG <- 0.25
GLG <- 1.4
HELP <- 15
landuse <- 1
ht_reduction( GHG, GLG, HELP, landuse )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.