powered by
This function estimates baseflow.
bf_oneparam(discharge, k)
Returns a numeric vector of the estimated baseflow.
Numeric vector of daily flow data
Numeric value for the recession constant (dimensionless).
Paul H. Whitfield
Eckhardt, K. 2005. How to construct recursive digital filters for baseflow separation methods. Journal of Hydrology 352: 168-173.
data(cania.sub.ts) res <- bf_oneparam(cania.sub.ts$Flow, k=0.9) plot(cania.sub.ts$Date, cania.sub.ts$Flow, xlab="", ylab="Q (m3/s)", type="l") points(cania.sub.ts$Date, res, type="l", col="blue")
Run the code above in your browser using DataLab