Learn R Programming

BSDA (version 1.01)

Ronbrown2: Oceanography data obtained at site 2 by scientist aboard the ship Ron Brown

Description

Data for Exercise 2.56 and Example 2.4

Usage

Ronbrown2

Arguments

Format

A data frame with 150 observations on the following 6 variables.

depth

a numeric vector

primarytemp

a numeric vector

secondarytemp

a numeric vector

primarysalinity

a numeric vector

secondarysalinity

a numeric vector

density

a numeric vector

Examples

Run this code
# NOT RUN {
str(Ronbrown2)
attach(Ronbrown2)
plot(depth,primarysalinity,xlab="Depth",ylab="Salinity",
main="Example 2.4",col="tomato")
detach(Ronbrown2)
# }

Run the code above in your browser using DataLab