bf.seas: Seasonal baseflow percentage

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/bf.seas.R

Description

This function estimates the percentage of baseflow in a given period relative to the total annual baseflow.

Usage

1
bf.seas(TS, seas = c(6:8))

Arguments

TS

output from create.ts containing a data.frame of flow time series

seas

Integers representing months of the year. Default is c(6:8), i.e. June-August.

Details

This function calls bf_eckhardt to complete the baseflow separation.

Value

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.

Author(s)

Jennifer Dierauer

See Also

See bf.stats to calculate additional baseflow metrics.

Examples

1
2
3
data(cania.sub.ts)
res <- bf.seas(cania.sub.ts)
res2 <- screen.metric(res, "Percent Annual Baseflow in Jun-Aug")

Example output



FlowScreen documentation built on May 2, 2019, 1:09 p.m.