separate.baseflow: Baseflow separation

Description Usage Arguments Value Note References Examples

View source: R/HydRun_functions.R

Description

separate.baseflow is used to separate a stream hydrograph into baseflow and stormflow components.

Usage

1
separate.baseflow(hydrograph, filter, passes)

Arguments

hydrograph

A stream hydrograph data frame (format is 2 columns: datetime and discharge).

filter

The filter coefficient used in baseflow separation - range 0.9 - 0.95.

passes

The number of filter passes.

Value

A list containing stormflow and baseflow of hydrograph.

Note

This is an R implementation of a function from the MATLAB toolbox HydRun.

References

Tang, W., & Carey, S. K. (2017). HydRun: a MATLAB toolbox for rainfall runoff analysis. Hydrological Processes, 31(15), 2670-2682.

Fuka, D. R., Walter, M. T., Archibald, J. A., Steenhuis, T. S., Easton, Z. M., Fuka, M. D., & KeepSource, T. R. U. E. (2014). Package EcoHydRology.

Examples

1
hydrograph_separated <- separate.baseflow(hydrograph, 0.9, 3)

codyalbertross/HydRun documentation built on Dec. 19, 2021, 5:21 p.m.