powered by
Travel times and distances.
coast_starlight
A data frame with 16 observations on the following 3 variables.
Station.
Distance.
Travel time.
library(ggplot2) ggplot(coast_starlight, aes(x = dist, y = travel_time)) + geom_point()
Run the code above in your browser using DataLab