powered by
Data for Exercise 1.50
Trees
A data frame with 20 observations on the following variable.
number
a numeric vector
# NOT RUN { str(Trees) attach(Trees) stem(number) hist(number,breaks=seq(60,110,10),right=FALSE,col="green",main="Problem 1.50") detach(Trees) # }
Run the code above in your browser using DataLab