Ronbrown1 {BSDA} | R Documentation |
Data for Exercise 2.9
Ronbrown1
A data frame with 75 observations on the following 12 variables.
depth
downtemp1
downtemp2
downsalinity1
downsalinity2
downdensity
C7
uptemp1
uptemp2
upsalinity1
upsalinity2
updensity
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Ronbrown1) attach(Ronbrown1) plot(depth,downtemp1) detach(Ronbrown1)