Description Usage Arguments Value Author(s) Examples
This function calculates duration (in days) between flow peaks.
1 | pks.dur(Peaks)
|
Peaks |
Output from |
Returns a numeric vector containing the duration (in days) between peaks
over threshold from pks. The "times" attribute contains the calendar
year date of the earlier peak. The "names" attribute contains the hydrologic year and
the day (1-366) of the hydrologic year.
Jennifer Dierauer
1 2 3 4 | data(cania.sub.ts)
res1 <- pks(cania.sub.ts)
res2 <- pks.dur(res1)
res3 <- screen.metric(res2, "Inter-Event Duration (days)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.