Description Usage Arguments Value Author(s) Examples
This function calculates flow quantiles by hydrologic year, calendar year, month, or doy.
1 |
TS |
output from |
n |
Numeric value of the quantile. Default is 0.1. |
by |
Character string indicating time unit to summarize by. Default is
"hyear" for hydrologic year, see |
Returns a numeric vector of the calculated flow quantile for the time periods indicated with the "by" argument. The "times" attribute contains the hydrologic year, calendar year, month, or day of year for each data point.
Jennifer Dierauer
1 2 3 4 5 6 7 8 9 | data(cania.sub.ts)
# 50% quantile, i.e. mean, by calendar year
res <- Qn(cania.sub.ts, n=0.5, by="year")
res2 <- screen.metric(res, "Q (m3/s)")
# Default 10% quantile, by hydrologic year
res <- Qn(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.