GeomTimeline_label: ggproto for custom geom

Description Usage Format Examples

Description

It is modification of previous geom_timeline that can add captions to hurricanes plotted by date occured. Captions can be applyed to all observation, or to first n observations, having maximum value of specified metric (for example, first 5 with the highest magnitude level)

Usage

1

Format

An object of class GeomTimeline_label (inherits from Geom, ggproto) of length 7.

Examples

1
2
3
4
5
6
## Not run:   ggplot2::layer(
   geom = GeomTimeline, mapping = mapping,
   data = data, stat = stat, position = position,
   show.legend = show.legend, inherit.aes = inherit.aes,
   params = list(na.rm = na.rm, ...))
## End(Not run)

Yailama/Capstone-project documentation built on May 25, 2019, 2:23 p.m.