Description Usage Arguments Value References
View source: R/Eckhardt_digital_filter.R
Extract baseflow from a daily streamflow record using the method described by Eckhardt (2005).
1  | bf_eckhardt_filter(date, discharge, BFImax, alpha, STAID = "Unknown")
 | 
date | 
 vector of dates corresponding to each   | 
discharge | 
 the daily streamflow to be separated missing values are not permitted
within the time specified by   | 
BFImax | 
 maximum BFI to use in the filtering.  | 
alpha | 
 filter parameter.  | 
STAID | 
 the station identifier for the data.  | 
an object of class "baseflow" and inherits class "data.frame" of the selected data, a data frame of the baseflow information, and other information about the analysis.
Eckhardt, K., 2005, How to construct recursive digital filters for baseflow separation: Hydrological Processes, v. 19, no. 2, p. 507–515.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.