powered by
data(SpeedSki)
Rank
Bib
FIS.Code
Name
Year
Nation
Speed
Sex
Event
no.of.runs
data(SpeedSki, package="GDAdata") with(SpeedSki, summary(Speed)) library(ggplot2) ggplot(SpeedSki, aes(Speed)) + geom_histogram(binwidth=5)
Run the code above in your browser using DataLab