View source: R/datafunctions.R
wqmeas_swt_meteotype | R Documentation |
Function to compute the average concentrations per (mass balance) area per meteotype Meteotypes are periods of more or less equal hydrological conditions, ie dry summers, wet summer, etc.
wqmeas_swt_meteotype(df.map, df.wq, df.period, swt, f.meteotype = NULL)
df.wq |
the df containing WQ measurement data, containing <time>, <location>, <variable>, <value> values |
df.period |
dataframe contating information regarding |
f.meteotype |
filter for meteotypes, as integer |
map.wqloc_swt |
mapping table with the relation between measurment location and (mass balance) area. |
debug |
flag for debug output, default = FALSE |
f.subs |
filter for substances, by default set to "all" to process all variables available in the <variable> column |
An R dataframe containing cumnulative values, based on value * dt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.