Learn R Programming

mosaic (version 0.4-1)

SwimRecords: 100 m Swimming World Records

Description

World records for men and women over time from 1905 through 2004.

Arguments

format

A data frame with 62 observations of the following variables.
  • timetime (in seconds) of the world record
  • yearYear in which the record was set
  • sexa factor with levelsMandF

Examples

Run this code
data(SwimRecords)
xyplot(time~year, data=SwimRecords, groups=sex)

Run the code above in your browser using DataLab