| worldRecords | R Documentation |
Record times for track and road races, at August 9th 2006
data(worldRecords)
A data frame with 40 observations on the following 9 variables.
Distancedistance in kilometers
roadORtracka factor with levels road track
Placeplace; a character vector
Timetime in minutes
Datea Date
For further details, and some additional details, see the web site that is the source of the data.
http://www.gbrathletics.com/wrec.htm
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.