sbplot: Seasonal Barchart

Description Usage Arguments Author(s) References See Also Examples

Description

Plots a seasonal barchart for daily streamflow data

Usage

1
sbplot(lfobj,hyearorder = TRUE)

Arguments

lfobj

A lfobj, as created with 'createlfobj'

hyearorder

logical, if TRUE the bars are plotted according to the hydrological year, if FALSE they start with January.

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

createlfobj

Examples

1
2
3
4
data(ngaruroro)
sbplot(ngaruroro)
#Starting with january
sbplot(ngaruroro, hyearorder = FALSE)

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.