powered by
Data for Exercise 2.11
Wheat
A data frame with 19 observations on the following 3 variables.
year
a numeric vector
earnings
price
# NOT RUN { str(Wheat) attach(Wheat) par(mfrow=c(1,2)) plot(year,earnings) plot(year,price) par(mfrow=c(1,1)) detach(Wheat) # }
Run the code above in your browser using DataLab