Learn R Programming

lfstat (version 0.9.12)

bfplot: Base Flow Plot

Description

Visualizes the hydrograph versus the base flow hydrograph.

Usage

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

Value

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

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?

Author

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

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

Run the code above in your browser using DataLab