Learn R Programming

BSDA (version 0.1)

Indiapol: Average miles per hour for the winners of the Indianapolis 500 race

Description

Data for Exercise 1.128

Usage

Indiapol

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Indiapol)
attach(Indiapol)
plot(year,speed,type="l")
detach(Indiapol)

Run the code above in your browser using DataLab