major_earthquakes | R Documentation |
Select set of major earthquakes from 1900 to 1999.
major_earthquakes
A data frame with 123 rows and 7 variables.
Year the earthquake took place.
Month the earthquake took place.
Day the earthquake took place
Strength of earthquake using the Richter Scale.
City or geographic location of earthquakes.
Country or countries if the earthquake occured on a border.
Approximate number of deaths caused by earthquake
World Almanac and Book of Facts: 2011
library(ggplot2) ggplot(major_earthquakes, aes(intensity_richter, deaths))+ geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.