
Last chance! 50% off unlimited learning
Sale ends in
This function returns the day of the hydrologic year for each annual maximum flow.
pk.max.doy(TS)
output from create.ts
containing a data.frame of flow
time series
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.
See create.ts
to format the input flow series.
See pk.max
for the annual maximum flow series.
# NOT RUN {
data(cania.sub.ts)
res <- pk.max.doy(cania.sub.ts)
res2 <- screen.metric(res, "Day of Year")
# }
Run the code above in your browser using DataLab