quake6 {MSG} | R Documentation |
The time, location and magnitude of all the earth quakes with magnitude being greater than 6 since 1973.
data(quake6)
library(ggplot2)
qplot(year, month, data = quake6) + stat_sum(aes(size = ..n..)) + scale_size(range = c(1,
10))