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

Description Usage Value Examples

View source: R/capstone_functions.R

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)

sophiasagan/R_Capstone documentation built on Oct. 18, 2020, 10:36 p.m.