geom_timeline_label: geom_timeline_label

Description Usage Arguments

Description

This is the wrapper to the layer function for the GeomTimeLineLabel The wrapper is just to labels. See ggplot2 package documenation for more specifics on geom_* and layer_* functions.

Usage

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

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

n_max

- the number of lollipop markers to show on each line of the graph; defaults to 5

...

ignored


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