geom_timeline_label: Function to build a layer for the geom_timeline_label proto...

Description Usage Arguments Examples

Description

Function to build a layer for the geom_timeline_label proto function

Usage

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

Arguments

mapping

Set of aesthetic mappings created by aes or aes_

data

The data to be displayed in this layer

stat

The statistical transformation to use on the data for this layer, as a string

position

Position adjustment, either as a string, or the result of a call to a position adjustment function.

na.rm

If FALSE, the default, missing values are removed with a warning. If TRUE, missing values are silently removed.

show.legend

logical. Should this layer be included in the legends? NA, the default, includes if any aesthetics are mapped. FALSE never includes, and TRUE always includes.

inherit.aes

If FALSE, overrides the default aesthetics, rather than combining with them. This is most useful for helper functions that define both data and aesthetics and shouldn't inherit behaviour from the default plot specification, e.g. borders.

...

Any other parameters

Examples

1
2
3
4
## Not run: 
  geom_timeline_label(data = data, aes(x = DATE, label = LOCATION))

## End(Not run)

skolchin/eqvispkg documentation built on May 8, 2019, 3:14 a.m.