Learn R Programming

lfstat (version 0.9.4)

sbplot: Seasonal Barchart

Description

Plots a seasonal barchart for daily streamflow data

Usage

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.

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

Run this code
data(ngaruroro)
sbplot(ngaruroro)
#Starting with january
sbplot(ngaruroro, hyearorder = FALSE)

Run the code above in your browser using DataLab