pol: Turbidity data 2003-2006 for STORET ID S003-642

Description Usage Format Source Examples

Description

Turbidity data for Knife River, MN

Usage

1

Format

A data frame with 68 observations on the following 3 variables.

Date

a POSIXt

Turb

Turbidity, NTU

TSS

Total Suspended Sediments, mg/L

Source

http://www.pca.state.mn.us/data/eda/STresults.cfm?stID=S003-642&stOR=MNPCA1

Examples

1
2
3
4
5
6
data(pol)
plot(TSS~Date, pol)

plot(log10(TSS)~log10(Turb),pol)
pol.lm <- lm(log10(TSS)~log10(Turb), pol)
abline(pol.lm)

tmdl documentation built on May 2, 2019, 6:07 p.m.

Related to pol in tmdl...