periodplot_quantile | R Documentation |
periodplot_quantile(data, station, quantile, 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. |
quantile |
numeric; If Input is 0.1; 90 \itemyearnumeric; Hydrological year November - October (given year/given year +1) \itemgraphlogical; 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. Low Flow Period characterized by quantile based Threshold ## Not run: plot=periodplot_quantile (data, "COCHEM" , 0.3, 2006)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.