Description Usage Format Examples
Travel times and distances.
1 |
A data frame with 16 observations on the following 3 variables.
Station.
Distance.
Travel time.
1 2 3 4 | 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.