Qall: Daily Streamflow

QallR Documentation

Daily Streamflow

Description

Daily mean flow for selected USGS streamgages for calendar year 2003.

Usage

Qall

Format

Data frame with 365 rows and 3 columns

Name Type Description
DATES Date Day
Flow numeric Daily mean streamflow
STAID character USGS station number

Note: the daily mean streamflow rates are in cubic feet per second.

Source

Data retrieved from NWISWeb (http://nwis.waterdata.usgs.gov/mn/nwis/sw) on 2005-01-05.

Examples

data(Qall)
# Plot the data for station 05078770
with(subset(Qall, STAID == "05078770"), plot(DATES, Flow, type='l'))
# Overlay the data for station 05078470, some zero flows in this station
with(subset(Qall, STAID == "05078470"), lines(DATES, Flow, col='red'))

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