Usum_period | R Documentation |
Function returns sum of days under value U within all measurements.
Usum_period(U, station, data)
U |
numeric; Limit Value. |
station |
character; Name of the Station e.g. "COCHEM" - must be named equally like list entry in data. |
data |
list; Contains all stations that the discharge analysis should consider. List can be created by grdc_list. Each entry of the list contains the existing discharge measurements (as numeric) and the corresponding dates (as character) for the station. |
numeric; sum of days.
## Not run: Usum_period(88, "TRIER UP", mosel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.