Description Usage Arguments Details Value Author(s) Examples
This function finds the flow peaks over a user defined threshold and declusters to remove dependent peaks.
1 | pks(TS, Dur = 5, Qmax = 0.95)
|
TS |
output from |
Dur |
numeric value of the minimum number of days between peaks |
Qmax |
numeric value for peaks over threshold quantile. Default is 0.95. |
Peaks Over Threshold values are calcuated as mean daily streamflow (m3/s)
minus the threshold streamflow value (m3/s) defined by the
input quantile (Qmax). Peaks are identified with pot
and
the minimum inter-event duration (Dur) is applied by
decluster
.
Returns a numeric vector of peaks of threshold values in m3/s. The "times" attribute contains the date by calendar year, and the "names" attribute contains the hydrologic year and hydrologic day of year, e.g., 2012 55.
Jennifer Dierauer
1 2 3 | data(cania.sub.ts)
res <- pks(cania.sub.ts)
res2 <- screen.metric(res, "Peak Over Threshold (m3/s)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.