baseflow_Gustard: compute the baseflow time series using the Gustard algorithm.

Description Usage Arguments Value References

View source: R/baseflow.R

Description

This function compute baseflow time series using the algorithm of Gustard et al. (1992) (a.k.a. method of the Institude of hydrology).

Usage

1
baseflow_Gustard(Q, d = 5, k = 0.9)

Arguments

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)

Value

Returns a baseflow time series.

References

A. Gustard, A. Bullock, and J. M. Dixon, “Low flow estimation in the United Kingdom,” Tech. Rep. 108, Institute of Hydrology, Wallingford, UK, 1992.


IvanHeriver/hsa-R-package documentation built on Dec. 17, 2021, 11:32 p.m.