Data for Exercise 2.9

Ronbrown1

Format

A data frame/tibble with 75 observations on two variables

depth

ocen depth (in meters)

temperature

ocean temperature (in Celsius)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


plot(temperature ~ depth, data = Ronbrown1, ylab = "Temperature")