| SwimRecords | R Documentation |
World records for men and women over time from 1905 through 2004.
data(SwimRecords)
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 levels M and F
data(SwimRecords)
if (require(ggformula)) {
gf_point(time ~ year, data = SwimRecords, color = ~ sex)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.