smokyph {UsingR} | R Documentation |
Water pH levels at 75 water samples in the Great Smoky Mountains
Description
Water pH levels at 75 water samples in the Great Smoky Mountains
Usage
data(smokyph)
Format
This data frame contains the following columns:
- waterph
a numeric vector
- elev
a numeric vector
- code
a numeric vector
Source
From Kitchens' Exploring Statistics
Examples
data(smokyph)
plot(smokyph$elev,smokyph$waterph)
[Package UsingR version 2.0-7 Index]