coast_starlight | R Documentation |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.