nyc_marathon | R Documentation |
Marathon times of runners in the Men and Women divisions of the New York City Marathon, 1970 - 2023.
nyc_marathon
A data frame with 108 observations on the following 7 variables.
Year of marathom.
Name of winner.
Country of winner.
Running time (HH:MM:SS).
Running time (in hours).
Division: Men
or Women
.
Note about the race or the winning time.
Wikipedia, List of winners of the New York City Marathon. Retrieved 6 November, 2023.
library(ggplot2)
ggplot(nyc_marathon, aes(x = year, y = time_hrs, color = division, shape = division)) +
geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.