Learn R Programming

baytrends (version 1.2.1)

Q05078470: Daily Streamflow

Description

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

From smwrData.

Usage

Q05078470

Arguments

Format

Data frame with 365 rows and 2 columns

Name Type Description
DATES Date
Day FLOW numeric
Daily mean streamflow Name Type

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

Examples

Run this code
# NOT RUN {
data(Q05078470)
# Plot the data for station 05078470
with(Q05078470, plot(DATES, FLOW, type='l'))
# }

Run the code above in your browser using DataLab