bf.stats {FlowScreen}R Documentation

Baseflow statistics

Description

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

Usage

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

Arguments

TS

data.frame of streamflow time series loaded with read.flows.

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

data(cania.sub.ts)

cania.sub.ts <- set.plot.titles(cania.sub.ts, title.elements = c("StationID", "Country"))
res <- bf.stats(cania.sub.ts)
res2 <- screen.metric(res[,2], "m3/s", title = TRUE)

[Package FlowScreen version 2.1 Index]