Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 1.128

Usage

Indiapol

Arguments

Format

A data frame with 39 observations on the following 3 variables.

year

a numeric vector

speed

a numeric vector

yr.1960

a numeric vector

Examples

Run this code
# NOT RUN {
str(Indiapol)
attach(Indiapol)
plot(year,speed,type="l")
detach(Indiapol)
# }

Run the code above in your browser using DataLab