Description Usage Arguments Details Value Author(s) See Also Examples
This function estimates the percentage of baseflow in a given period relative to the total annual baseflow.
1 |
TS |
output from |
seas |
Integers representing months of the year. Default is c(6:8), i.e. June-August. |
This function calls bf_eckhardt
to complete the
baseflow separation.
Returns a vector containing the calculated percentage for each year in the input time series. The "times" attribute provides the corresponding year for each calculated value.
Jennifer Dierauer
See bf.stats
to calculate additional baseflow metrics.
1 2 3 | data(cania.sub.ts)
res <- bf.seas(cania.sub.ts)
res2 <- screen.metric(res, "Percent Annual Baseflow in Jun-Aug")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.