bf.stats: Baseflow statistics

Description Usage Arguments Details Value Author(s) Examples

View source: R/bf.stats.R

Description

This function estimates the baseflow and calculates the mean, max, and min baseflow and baseflow index for a user defined time period.

Usage

1
bf.stats(TS, by = "hyear")

Arguments

TS

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

by

summary period. Options are "year", "hyear", "month", or "doy". Default is "hyear".

Details

This function calls bf_eckhardt to complete the baseflow separation.

Value

Returns a data.frame with the following columns:

Author(s)

Jennifer Dierauer

Examples

1
2
3
4
data(cania.sub.ts)

res <- bf.stats(cania.sub.ts)
res2 <- screen.metric(res[,2], "m3/s")

Example output



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