geom_timeline_label: geom_timeline_label

Description Usage Arguments Value Examples

Description

This actually does the plotting

Usage

1
2
3
geom_timeline_label(mapping = NULL, data = NULL, stat = "timeline_label",
  position = "identity", show.legend = NA, na.rm = FALSE,
  inherit.aes = TRUE, ...)

Arguments

mapping

NULL

data

NULL

stat

timeline_label

position

identity

show.legend

NA

na.rm

FALSE

inherit.aes

TRUE

...

any other arguments passed to geom_timeline_label

Value

a ggplot object

Examples

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

## End(Not run)

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