Learn R Programming

baytrends (version 1.2.1)

QW05078470: Stream Water Quality

Description

Selected water-quality data for Judicial Ditch 64 near Mentor, Minnesota (SW4), USGS station number 05078470 for calendar year 2003.

Usage

QW05078470

Arguments

Format

Data frame with 11 rows and 4 columns

Name Type Description
DATES Date
Sample date TIMES character
Sample time R00665 character
Remark code for total phosphorus concentration P00665 numeric
Total phosphorus concentration Name Type

Note: all concentrations are in milligrams per liter as phosphorus.

Examples

Run this code
# NOT RUN {
data(QW05078470)
# Plot the data
with(QW05078470, plot(DATES, P00665, log='y'))

# }

Run the code above in your browser using DataLab