geom_timeline: This is my capstone project during the course "Mastering...

Description Usage Arguments Value Examples

View source: R/week2.R

Description

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.

Usage

1

Arguments

data

data.frame – the earthquake data base by NOAA (USA)

Value

ggplot

Examples

1
2
3
4
## Not run: 
data <- eq_location_clean(eq_clean_data(data))
geom_timeline(data)
## End(Not run)

cemrecapstone/earthquakes documentation built on Dec. 19, 2021, 2:54 p.m.