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

Description Usage Value Examples

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)

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