bfplot: Base Flow Plot

Description Usage Arguments Author(s) References See Also Examples

Description

Visualizes the hydrograph versus the base flow hydrograph.

Usage

1
2
3
4
5
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?

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, WMO-No. 1029, 136p.

See Also

BFI

Examples

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

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: lmom
Loading required package: lattice

lfstat documentation built on May 2, 2019, 6:07 p.m.