Q05078770: Daily Streamflow

Q05078770R Documentation

Daily Streamflow

Description

Daily mean flow for Judicial Ditch 66 near Marcoux Corners, Minnesota (SW6), USGS station number 05078770 for calendar year 2003.

Usage

Q05078770

Format

Data frame with 365 rows and 2 columns

Name Type Description
DATES Date Day
FLOW numeric Daily mean streamflow

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(Q05078770)
# Plot the data for station 05078770
with(Q05078770, plot(DATES, FLOW, type='l', log='y'))

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