Learn R Programming

UsingR (version 2.0-7)

smokyph: 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)

Arguments

Format

This data frame contains the following columns:

waterph

a numeric vector

elev

a numeric vector

code

a numeric vector

Examples

Run this code
# NOT RUN {
data(smokyph)
plot(smokyph$elev,smokyph$waterph)
# }

Run the code above in your browser using DataLab