U_periody | R Documentation |
Function indicates how long the longest period existed that a certain value was undercut (at a given measuring point of a given river within a given year), within the time period of the measurements.
U_periody(U, station, data, year, h)
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. |
year |
character; E.g. "2003". Year of interest- |
h |
logical; Hydrological year. If h=TRUE; hydrological year November - October (given year/given year +1). If h=FALSE: calendrical year: January- December. |
Function returns longest time measured under Value U in specific year.
## Not run: U_periody(80, "COCHEM", data, "2003", h=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.