Description Usage Arguments Value Author(s) See Also Examples
This function returns the annual maximum series from a daily streamflow time series.
1 | pk.max(TS)
|
TS |
output from |
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.
Jennifer Dierauer
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.
1 2 3 | data(cania.sub.ts)
res <- pk.max(cania.sub.ts)
res2 <- screen.metric(res, "Q (m3/s)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.