powered by
Visualizes the hydrograph versus the base flow hydrograph.
bfplot(lfobj, year = "any", col = "green", bfcol = "blue", ylog = FALSE)
No return value, called for side effects (plotting).
An object of class "lfobj"
"lfobj"
The hydrological year for which the BFI should be computed. If "any" the whole series is plotted.
Colour of flow
Colour of base flow
Log y-axis?
Daniel Koffler and Gregor Laaha
Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.
BFI
data(ngaruroro) # Plot starts in December, as ngaruroro's hyearstart = 12 bfplot(ngaruroro, year = 1991)
Run the code above in your browser using DataLab