View source: R/groundwater_recharge.R
| ind_gw_target | R Documentation |
This function modifiers the groundwater recharge indicator with a correction factor based on the soiltype and groundwaterclass. Wetter groundwaterclasses give higher values, peat gives higher values than clay, and clay higher than sand.
ind_gw_target(D_RISK_GWR, B_SOILTYPE_AGR, B_GWL_CLASS, B_AREA_DROUGHT = FALSE)
D_RISK_GWR |
(numeric) Groundwater recharge risk (distance to target, i.e. the 1 - I_E_GWR) |
B_SOILTYPE_AGR |
(character) The agricultural type of soil |
B_GWL_CLASS |
(character) The groundwater table class |
B_AREA_DROUGHT |
(boolean) is the field located in an area with high risks for water deficiencies (options: TRUE or FALSE) |
D_OPI_GW (numeric) The opportunity index for groundwater recharge. This is the groundwater recharge indicator score modified by a target (nl: opgave). This target is a measure for how relevant this soil function is given, in this case, the soiltype and groundwaterclass.
ind_gw_target(0.5, 'zeeklei', 'IVu', FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.