Description Usage Arguments Value Note References Examples
View source: R/HydRun_functions.R
separate.baseflow
is used to separate a stream hydrograph into baseflow and stormflow components.
1 | separate.baseflow(hydrograph, filter, passes)
|
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. |
A list containing stormflow and baseflow of hydrograph
.
This is an R implementation of a function from the MATLAB toolbox HydRun.
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.
1 | hydrograph_separated <- separate.baseflow(hydrograph, 0.9, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.