Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BFI

Baseflow index (BFI)


Description

Calculates the baseflow index from a daily mean flow series

Usage

BFI(Q, x.lim = NULL, y.lim = NULL, PlotTitle = "Baseflow plot")

Arguments

Q

the daily mean flow series. Numeric vector

x.lim

the x axis limits of the plot. Numeric vector of length two Default is the extents of the data

y.lim

the y axis limits of the plot. Numeric vector of length two. Default is the extents of the data

PlotTitle

the title of the plot. The default is "Baseflow plot"

Details

The baseflow index is calculated using the method outlined in Gustard, A. Bullock, A. Dixon, J. M.. (1992). Low flow estimation in the United Kingdom. Wallingford, Institute of Hydrology, 88pp. (IH Report No.108)

Value

the baseflow index and a plot showing the flow time series (black) and the associated baseflow (red)

Author(s)

Anthony Hammond

Examples

# Calculate the BFI from daily discharge at Kingston upon Thames;
# which is in column three of the ThamesPQ data
BFI(ThamesPQ[,3])

UKFE

UK Flood Estimation

v0.1.6
GPL-3
Authors
Anthony Hammond
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.