calc_gxg | R Documentation |
Percentile values of observed groundwater heads are calculated according to:
calc_gxg(hm)
hm |
HydroMonitor Observation Well data as read by |
GxG's of observations of every filter is calculated.
Characteristics of monitoring well (meta data, read_export_csv
) with the following fields added:
AHG & AHG_MV 99,85 % value of observed heads (relative to REF, relative to soil surface level).
MHG & MHG_MV 97,7 % value of observed heads (relative to REF, relative to soil surface level).
GHG & GHG_MV 84,1 % value of observed head (relative to REF, relative to soil surface level).
GG & GG_MV 50% value of observed heads (relative to REF, relative to soil surface level).
GLG & GLG_MV 15,9% value of observed heads (relative to REF, relative to soil surface level).
MLG & MLG_MV 2,3% value of observed heads (relative to REF, relative to soil surface level).
ALG & ALG_MV 0,15% value of observed heads (relative to REF, relative to soil surface level).
n Number of observations used to calculate percentile values.
link{gxg_table}
'Een alternatieve GHG analyse' Drs. D.H. Edelman, Ir. A.S. Burger
Stromingen 15 (2009) nummer 3 p29-34.
## Not run:
gxg <- hm1 |> calc_gxg()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.