pks.dur {FlowScreen}R Documentation

Calculate the inter-event duration

Description

This function calculates duration (in days) between flow peaks.

Usage

pks.dur(Peaks)

Arguments

Peaks

Output from pks.

Value

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.

Author(s)

Jennifer Dierauer

Examples

data(cania.sub.ts)
res1 <- pks(cania.sub.ts)
res2 <- pks.dur(res1)
res3 <- screen.metric(res2, "Inter-Event Duration (days)")

[Package FlowScreen version 1.2.6 Index]