| worldRecords {DAAGxtras} | R Documentation |
data(worldRecords)
A data frame with 40 observations on the following 9 variables.
DistanceroadORtrackroad trackPlaceTimeDateFor 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"))