geom_timeline: geom_timeline

Description Usage Arguments

Description

This is the wrapper to the layer function for the GeomTimeline

The wrapper is just to plot the object. See ggplot2 package documenation for more specifics on geom_* and layer_* functions.

Usage

1
2
3
geom_timeline(mapping = NULL, data = NULL, stat = "identity",
  position = "identity", na.rm = FALSE, show.legend = NA,
  inherit.aes = TRUE, ...)

Arguments

mapping

- defaults to null

data

- the data for the geom

stat

- the type of stat. Defaults to identity

position

- defaults to identity

na.rm

- Boolean to include na values; defaults to false

show.legend

- Boolean to show legend;defaults to false

inherit.aes

- Boolean to inherit the aesthetics of the calling object; defaults to true

...

ignored


MaxSunshine/Earthquake documentation built on May 28, 2019, 1:51 p.m.