geom_timeline: Build the Timeline Geom to create earthquakes rapresentation...

Description Usage Value Examples

Description

This function applies a ggplot layer of a GeomTimeline geom to a map

Usage

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

Value

This function applies the layer of a GeomTimeline geom

Examples

1
2
3
4
## Not run: 
geom_timeline(to_plot, aes(x = date, y = COUNTRY, i = INTENSITY, d = DEATHS))

## End(Not run)

bibagitbub/capstone documentation built on May 24, 2019, 3:04 a.m.