powered by
The time, location and magnitude of all the earth quakes with magnitude being greater than 6 since 1973.
https://d.cosx.org/d/101510
# NOT RUN { data(quake6) library(ggplot2) qplot(year, month, data = quake6) + stat_sum(aes(size = ..n..)) + scale_size(range = c(1, 10)) # }
Run the code above in your browser using DataLab