geom_timeline_label: Build the TimelineLabel Geom to create labels of earthquakes...

Description Usage Value Examples

View source: R/capstone_functions.R

Description

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

Usage

1
2
3
geom_timeline_label(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 GeomTimelineLabel geom

Examples

1
2
3
4
## Not run: 
geom_timeline_label(to_plot, aes(x = date, y = COUNTRY, label = LOCATION_NAME))

## End(Not run)

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