Description Usage Arguments Value
View source: R/single_term_digital_filter.R
Extract baseflow from a daily streamflow record using the method described by Nathan and MacMahon (1990).
1 | bf_single_term_filter(date, discharge, 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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.