Description Usage Arguments Value Examples
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).
1 | geom_timeline_label(data, n_max)
|
data |
data.frame |
n_max |
numeric |
ggplot
1 2 3 4 | ## Not run:
data <- eq_location_clean(eq_clean_data(data))
geom_timeline_label(data,7)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.