Description Usage Arguments Value Examples
This is my capstone project during the course "Mastering Software Development in R Capstone" by Roger D. Peng and Brooke Anderson, Johns Hopkins University as a part of "Mastering Software Development in R Professional Certificate" program on Coursera. —————————————————————————– WEEK 2 - Visualize —————————————————————————– Earthquakes over Time This function draws a point for each earthquake from the min to max date in data. The size of points indicates the magnitude of earthquake and the color indicates the number of deaths in each occurrence.
1 |
data |
data.frame – the earthquake data base by NOAA (USA) |
ggplot
1 2 3 4 | ## Not run:
data <- eq_location_clean(eq_clean_data(data))
geom_timeline(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.