View source: R/Quantile_freq.R
Quantile_freq | R Documentation |
Quantile_freq(data, station, quantile, graphic = T)
data |
list; Contains all stations that the discharge analysis should consider. List can be created by dischanalyst. 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. Must equal entry in data list. |
quantile |
numeric; If Input is 0.1; 90 \itemgraphicdefault=T; if T, returns Histogram and Densityplot. if F; returns vector containing trends, calculated with zyp/stats. |
Trend of Values under quantile based Threshold U
## Not run: Quantile_freq(data, "COCHEM", 0.1)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.