U_period | R Documentation |
Function indicates the longest that a certain value (U) was undercut (at a given measuring point of a given river), within the time period of the measurements.
U_period(U, station, data)
U |
numeric; Limit Value. Function returns longest time measured under value U. |
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. |
Function returns longest time measured under value U.
## Not run: U_period(88, "TRIER UP", mosel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.