Ronbrown1 {BSDA}R Documentation

Oceanography data obtained at site 1 by scientist aboard the ship Ron Brown

Description

Data for Exercise 2.9

Usage

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")


[Package BSDA version 1.2.2 Index]