powered by
Data for Exercise 2.56 and Example 2.4
Ronbrown2
A data frame with 150 observations on the following 6 variables.
depth
a numeric vector
primarytemp
secondarytemp
primarysalinity
secondarysalinity
density
# 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