Learn R Programming

BSDA (version 1.2.2)

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

Description

Data for Exercise 2.9

Usage

Ronbrown1

Arguments

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

Run this code

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

Run the code above in your browser using DataLab