pk.max: Annual maximum series

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pk.max.R

Description

This function returns the annual maximum series from a daily streamflow time series.

Usage

1
pk.max(TS)

Arguments

TS

output from create.ts containing a data.frame of the daily streamflow time series

Value

Returns a numeric vector containing the annual maximum flow (m3/s) series, by hydrologic year. The "times" attribute contains the hydrologic year for each element in the vector.

Author(s)

Jennifer Dierauer

See Also

See create.ts to format the input flow series.

See pk.max.doy to find the day of year for each annual maximum flow event.

Examples

1
2
3
data(cania.sub.ts)
res <- pk.max(cania.sub.ts)
res2 <- screen.metric(res, "Q (m3/s)")

Example output



FlowScreen documentation built on May 2, 2019, 1:09 p.m.