plot_earthquakes_timeline_label: Plot earthquake timeline with labels

Description Usage Arguments Examples

View source: R/geom_timelines.R

Description

This plots and formats the earthquake data, with the addition of labels for the points along the timeline. The plot will be saved as earthquakes_timeline_label.png if save_png = TRUE.

Usage

1

Arguments

df

Earthquake data

save_png

Indicates whether to save plot

Examples

1
2
3
4
5
6
## Not run: 
df <- df_earthquakes %>%
  filter(COUNTRY %in% c("GREECE", "USA"), YEAR > 2002)
plot_earthquakes_timeline_label(df, save_png=TRUE)

## End(Not run)

lakrobinson/noaar2 documentation built on Dec. 1, 2020, 9:35 p.m.