quaketimeline_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
quaketimeline_plot(eqdata, x_min, x_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.

Value

a ggplot2 graphic

Examples

1
quaketimeline_plot(eq_clean_testdata[8:10,], "1800-01-01","2014-01-01")

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