GeomTimeline: GeomTimeline

Description Usage Format Examples

Description

GeomHurricane constructs a ggproto object to display the hurricane radii

Usage

1

Format

An object of class GeomTimeline (inherits from Geom, ggproto) of length 5.

Examples

1
2
3
4
5
6
## Not run: geom_timeline <- function(mapping = NULL, data = NULL, stat = "identity", position = "identity",
na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, ...) {
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)

clems/NoaaCS documentation built on May 12, 2019, 1:59 p.m.