Learn R Programming

lfstat (version 0.9.12)

sbplot: Seasonal Bar Chart

Description

Plots a seasonal bar chart for daily streamflow data

Usage

sbplot(lfobj, hyearorder = TRUE)

Value

An object of class trellis, see barchart.

Arguments

lfobj

A low flow object, as created with createlfobj

hyearorder

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

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

createlfobj

Examples

Run this code
data(ngaruroro)
sbplot(ngaruroro)

# Starting with january
sbplot(ngaruroro, hyearorder = FALSE)

Run the code above in your browser using DataLab