bfplot: Base Flow Plot

View source: R/3lfindices.R

bfplotR Documentation

Base Flow Plot

Description

Visualizes the hydrograph versus the base flow hydrograph.

Usage

bfplot(lfobj,
       year = "any",
       col = "green",
       bfcol = "blue",
       ylog = FALSE)

Arguments

lfobj

An object of class "lfobj"

year

The hydrological year for which the BFI should be computed. If "any" the whole series is plotted.

col

Colour of flow

bfcol

Colour of base flow

ylog

Log y-axis?

Value

No return value, called for side effects (plotting).

Author(s)

Daniel Koffler and Gregor Laaha

References

Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.

See Also

BFI

Examples

data(ngaruroro)
# Plot starts in December, as ngaruroro's hyearstart = 12
bfplot(ngaruroro, year = 1991)

lfstat documentation built on Nov. 10, 2022, 5:42 p.m.