Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

recordTimes

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


Description

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

Usage

data(worldRecords)

Format

A data frame with 40 observations on the following 9 variables.

Distance

distance in kilometers

roadORtrack

a factor with levels road track

Place

place; a character vector

Time

time in minutes

Date

a Date

Details

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

Source

Examples

data(worldRecords)
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"))

DAAG

Data Analysis and Graphics Data and Functions

v1.24
GPL-3
Authors
John H. Maindonald and W. John Braun
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.