Description Usage Arguments Value References
This function compute baseflow time series using the algorithm of Gustard et al. (1992) (a.k.a. method of the Institude of hydrology).
1 | baseflow_Gustard(Q, d = 5, k = 0.9)
|
Q |
numeric vector. Streamflow vector. |
d |
integer. Window size (in days) to look for local minima (Default: 5). |
k |
float. Factor to apply to local minima when looking for pivot points (i.e. local local minima) |
Returns a baseflow time series.
A. Gustard, A. Bullock, and J. M. Dixon, “Low flow estimation in the United Kingdom,” Tech. Rep. 108, Institute of Hydrology, Wallingford, UK, 1992.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.