Q05078470: Daily Streamflow

Q05078470R Documentation

Daily Streamflow

Description

Daily mean flow for Judicial Ditch 64 near Mentor, Minnesota (SW4), USGS station number 05078470 for calendar year 2003.

Usage

Q05078470

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

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