Description Usage Arguments Value Author(s) See Also Examples
This function returns the day of the hydrologic year for each annual maximum flow.
1 | pk.max.doy(TS)
|
TS |
output from |
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.
Jennifer Dierauer
See create.ts
to format the input flow series.
See pk.max
for the annual maximum flow series.
1 2 3 | data(cania.sub.ts)
res <- pk.max.doy(cania.sub.ts)
res2 <- screen.metric(res, "Day of Year")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.