bf_single_term_filter: Baseflow Separation by use of a single-term digital filter.

Description Usage Arguments Value

View source: R/single_term_digital_filter.R

Description

Extract baseflow from a daily streamflow record using the method described by Nathan and MacMahon (1990).

Usage

1
bf_single_term_filter(date, discharge, alpha, STAID = "Unknown")

Arguments

date

vector of dates corresponding to each discharge, should be of class "Date." Missing values are not permitted.

discharge

the daily streamflow to be separated missing values are not permitted within the time specified by Start and end.

alpha

filter parameter.

STAID

the station identifier for the data.

Value

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.


smwesten-usgs/recharge documentation built on March 8, 2021, 11:51 a.m.