Travel times and distances.
Format
A data frame with 16 observations on the following 3 variables.
- station
Station.
- dist
Distance.
- travel_time
Travel time.
Examples
library(ggplot2)
ggplot(coast_starlight, aes(x = dist, y = travel_time)) +
geom_point()