GeomTimeline: GeomTimeline

Description Usage Format Value Examples

Description

This function maps user-provided earthquake data

Usage

1

Format

An object of class GeomTimeline (inherits from GeomPoint, Geom, ggproto) of length 5.

Value

a geom

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
ggplot(clean_earthquake_data, aes(
x = date,
y = COUNTRY,
color = TOTAL_DEATHS,
size = EQ_PRIMARY
),
n_max = 10) +
geom_timeline()

## End(Not run)

codyschulz/earthquakeMap documentation built on May 25, 2019, 4:20 p.m.