Snow {BSDA} | R Documentation |
Data for Exercise 7.87
Snow
A data frame with 34 observations on the following 4 variables.
antarc
greenld
concent
site
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Snow) attach(Snow) boxplot(concent~site) detach(Snow)