powered by
Plots a seasonal bar chart for daily streamflow data
sbplot(lfobj, hyearorder = TRUE)
An object of class trellis, see barchart.
trellis
barchart
A low flow object, as created with createlfobj
createlfobj
logical, if TRUE the bars are plotted according to the hydrological year, if FALSE they start with January.
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.
data(ngaruroro) sbplot(ngaruroro) # Starting with january sbplot(ngaruroro, hyearorder = FALSE)
Run the code above in your browser using DataLab