Trees {BSDA} | R Documentation |
Data for Exercise 1.50
Trees
A data frame with 20 observations on the following variable.
number
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Trees) attach(Trees) stem(number) hist(number,breaks=seq(60,110,10),right=FALSE,col="green",main="Problem 1.50") detach(Trees)