geom_timeline_label: Earthquakes over Time by Location This function draws a point...

Description Usage Arguments Value Examples

View source: R/week2.R

Description

Earthquakes over Time by Location This function draws a point for each earthquake. Different than geom_timeline function, it labels the earthquakes with a magnitude greater than the given number (0-9).

Usage

1

Arguments

data

data.frame

n_max

numeric

Value

ggplot

Examples

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

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