View source: R/ms_separate_baseflow.R
ms_separate_baseflow | R Documentation |
Use the Lynne-Hollick baseflow filter, via hydrostats, to perform baseflow separation
ms_separate_baseflow(discharge, alpha = 0.975, n.reflected = 30)
discharge |
|
alpha |
Numeric. Default 0.975, alpha value for the Lynne-Hollick baseflow filter. See details for more information. |
n.reflected |
Numeric. Default 30, see hydrostats::baseflow documentation for more information. |
This function uses the Lynne-Hollick baseflow filter to separate baseflow and stormflow. The underlying package hydrostats is used for this calculation. Additional information on alpha values and n.reflected can be found using ?hydrostats::baseflows
returns a discharge data.frame
in MacroSheds format with the added column of "baseflow"
Spencer Rhea
Mike Vlah, vlahm13@gmail.com
Wes Slaughter
q = macrosheds::ms_load_product(
macrosheds_root = 'my/ms/root/',
prodname = 'discharge',
domains = 'hbef')
ms_separate_baseflow(q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.