Skip to contents

Original baseflow function from the lfstat package.

Usage

baseflow(x, tp.factor = 0.9, block.len = 5)

Arguments

x

numeric vector with observed streamflow, normally given in daily values

tp.factor

numeric vector, turning point factor

block.len

numeric vector, block size of filter to set flow minima

Value

Baseflow series.

References

lfstat: Calculation of Low Flow Statistics for Daily Stream Flow Data D. Koffler, T. Gauster, T., and G. Laaha (https://CRAN.R-project.org/package=lfstat)

Examples

if (FALSE) {
baseflow(q_data$q_obs, block.len = 10)
}