cmDist {ComradesM}R Documentation

Distances run in the Comrades Marathon race from 1970 to 2019

Description

Distances run in the South African Comrades Marathon race since 1970

Usage

data(cmDist)

Format

A data frame with 50 observations on the following 3 variables.

Year

Year of race

Direction

Direction of race, up (Durban to Pietermaritzburg) or down (Pietermaritzburg to Durban)

Distance

Race distance in kms

Details

This dataset and the datasets cmAll and cmE are all used in Chapter 21, "Over 90 years running 90 km"

Source

https://www.comrades.com

Examples

data(cmDist, package="ComradesM")
with(cmDist, summary(Distance))

[Package ComradesM version 0.1.1 Index]