U_prob | R Documentation |
Function returns probability to to receive a smaller Discharge Value than U
U_prob(U, station, data)
U |
numeric; Limit Value. Function returns possibility to receive Value smaller than 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. |
Probability
## Not run: U_prob(88, "TRIER UP", mosel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.