ConecuhFlows: Annual Streamflow

ConecuhFlowsR Documentation

Annual Streamflow

Description

Annual streamflows from 1941 through 1960 for the Conecuh River at Brantley, Alabama, USGS station number 02371500.

Usage

ConecuhFlows

Format

Data frame with 20 rows and 2 columns

Name Type Description
Year integer Water year
Flow integer Annual mean flow

Note: the annual mean flow rates are cubic feet per second.

Source

Appendix C2 in Helsel and Hirsch (2002).

References

Helsel, D.R., and Hirsch, R.M., 2002, Statistical methods in water resources: U.S. Geological Survey Techniques of Water-Resources Investigations, book 4, chap. A3, 522 p.

Examples

data(ConecuhFlows)
# The apparent "break" beginning in 1950 is climatological.
with(ConecuhFlows, plot(Year, Flow))

USGS-R/smwrData documentation built on Oct. 18, 2022, 9:56 a.m.