Learn R Programming

ComradesM (version 0.1.1)

cmE: Elevations along the Comrades Marathon route

Description

Elevations along the planned Comrades Marathon route from Pietermaritzburg to Durban for 2020

Usage

data(cmE)

Arguments

Format

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

Distance

Distance from Pietermaritzburg in kms

Elevation

Height above sea level in metres

Name

Name of point, if known

Details

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

Examples

Run this code
data(cmE, package="ComradesM")
with(cmE, summary(Elevation))

Run the code above in your browser using DataLab