Indiapol {BSDA} | R Documentation |
Data for Exercise 1.128
Indiapol
A data frame with 39 observations on the following 3 variables.
year
speed
yr.1960
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Indiapol) attach(Indiapol) plot(year,speed,type="l") detach(Indiapol)