sbplot {lfstat} | R Documentation |
Seasonal Bar Chart
Description
Plots a seasonal bar chart for daily streamflow data
Usage
sbplot(lfobj, hyearorder = TRUE)
Arguments
lfobj |
A low flow object, as created with |
hyearorder |
logical, if TRUE the bars are plotted according to the hydrological year, if FALSE they start with January. |
Value
An object of class trellis
, see barchart
.
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, WNO-No. 1029, 136p.
See Also
Examples
data(ngaruroro)
sbplot(ngaruroro)
# Starting with january
sbplot(ngaruroro, hyearorder = FALSE)
[Package lfstat version 0.9.12 Index]