quaketimelinelabel_plot: Function to plot the time line of earthquakes

Description Usage Arguments Value Examples

Description

quaketimeline_plot plots the magnitude and number of deaths of earthquakes on a timeline.

Usage

1
quaketimelinelabel_plot(eqdata, x_min, x_max, n_max)

Arguments

eqdata

a data frame of properly formatted earthquake data.

x_min

an atomic character designating the lower end of a date range.

x_max

an atomic character designating the upper end of a date range.

n_max

and atomic numeric designating the number of top earthquakes by magnitude to label.

Value

a ggplot2 graphic

Examples

1
quaketimelinelabel_plot(eq_china_cleandata, "1800-01-01","2015-01-01", 3)

sdbecker/shakerr documentation built on May 29, 2019, 4:20 p.m.