pk.max.doy: Day of year for annual maximum series

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pk.max.doy.R

Description

This function returns the day of the hydrologic year for each annual maximum flow.

Usage

1

Arguments

TS

output from create.ts containing a data.frame of flow time series

Value

Returns a numeric vector containing the day of the (hydrologic) year for each annual maximum flow. 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 for the annual maximum flow series.

Examples

1
2
3
data(cania.sub.ts)
res <- pk.max.doy(cania.sub.ts)
res2 <- screen.metric(res, "Day of Year")

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