Learn R Programming

lfstat (version 0.9.4)

bfplot: 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
Color of Flow
bfcol
Color of Baseflow
ylog
Log y-axis?

References

Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WMO-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