sbplot: Seasonal Bar Chart

View source: R/2processes.R

sbplotR 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 createlfobj

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

createlfobj

Examples

data(ngaruroro)
sbplot(ngaruroro)

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

lfstat documentation built on Nov. 10, 2022, 5:42 p.m.