Learn R Programming

BSDA (version 1.01)

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 with 75 observations on the following 12 variables.

depth

a numeric vector

downtemp1

a numeric vector

downtemp2

a numeric vector

downsalinity1

a numeric vector

downsalinity2

a numeric vector

downdensity

a numeric vector

C7

a numeric vector

uptemp1

a numeric vector

uptemp2

a numeric vector

upsalinity1

a numeric vector

upsalinity2

a numeric vector

updensity

a numeric vector

Examples

Run this code
# NOT RUN {
str(Ronbrown1)
attach(Ronbrown1)
plot(depth,downtemp1)
detach(Ronbrown1)
# }

Run the code above in your browser using DataLab