powered by
Marathon times of male and female winners of the New York City Marathon 1970-1999.
marathon
A data frame with 60 observations on the following 3 variables.
Year
Gender
Running time (in hours)
# NOT RUN { library(ggplot2) ggplot(marathon, aes(x = time)) + geom_histogram(binwidth = 0.15) ggplot(marathon, aes(y = time, x = gender)) + geom_boxplot() # }
Run the code above in your browser using DataLab