fma (version 2.4)

olympic: Men's 400 m final winning times in each Olympic Games

Description

Winning times for the men's 400 m final in each Olympic Games: 1896--1996.

Usage

olympic

Arguments

Format

Data frame containing the following columns:

Year

Year of Olympics

time

Winning time in 400m final

Examples

Run this code
plot(time~Year, data=olympic, pch=19, col=3)

Run the code above in your browser using DataCamp Workspace