SwimRecordsR Documentation

100 m Swimming World Records

Description

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

Usage

data(SwimRecords)

Format

A data frame with 62 observations of the following variables.

Examples

data(SwimRecords)
if (require(ggformula)) {
  gf_point(time ~ year, data = SwimRecords, color = ~ sex) 
}