View source: R/U_periodploty.R
U_periodploty | R Documentation |
Low Flow Period Characteristics
U_periodploty(data, station, U, year, graph = T)
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. |
station |
character; Name of the Station e.g. "COCHEM" - must be named equally like list entry in data. |
U |
numeric; Limit Value. |
year |
numeric; Hydrological year November - October (given year/given year +1) |
graph |
logical; default=T. If graph=T, function returns graph, visualizing LowFlowPeriod. If graph=F, function returns List containing characteristic Values of LowFlow Period. |
Graph/List. Visualizing/ characterizing Low Flow Period. Threshold based.
## Not run: U_periodploty(data, station, U, year, graph = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.