Learn R Programming

BSDA (version 1.01)

Track15: Olympic winning times for the men's 1500-meter run

Description

Data for Exercise 1.36

Usage

Track15

Arguments

Format

A data frame with 26 observations on the following 2 variables.

Year

a numeric vector

X1500m

a numeric vector

Examples

Run this code
# NOT RUN {
str(Track15)
attach(Track15)
plot(Year,X1500m,type="l",lwd=2,lty=2,col="red",xlab="Year",
ylab="1500m Time (seconds)",main="Problem 1.36")       
detach(Track15) 
# }

Run the code above in your browser using DataLab