Learn R Programming

DAAGxtras (version 0.6-9)

worldRecords: Record times for track and road races, at August 9th 2006

Usage

data(worldRecords)

Arguments

source

http://www.gbrathletics.com/wrec.htm

Details

For further details, and some additional details, see the web site that is the source of the data.

Examples

Run this code
data(worldRecords)
library(lattice)
xyplot(log(Time) ~ log(Distance), groups=roadORtrack, data=worldRecords)
xyplot(log(Time) ~ log(Distance), groups=roadORtrack, data=worldRecords,
       type=c("p","r"))
xyplot(log(Time) ~ log(Distance), groups=roadORtrack, data=worldRecords,
       type=c("p","smooth"))

Run the code above in your browser using DataLab