ggplot2 (version 0.9.2.1)

stat_vline: Add a vertical line

Description

Add a vertical line

Usage

stat_vline(mapping = NULL, data = NULL, geom = "vline",
    position = "identity", xintercept, ...)

Arguments

mapping
The aesthetic mapping, usually constructed with aes or aes_string. Only needs to be set at the layer level if you are overriding the plot defaults.
data
A layer specific dataset - only needed if you want to override the plot defaults.
geom
The geometric object to use display the data
position
The position adjustment to use for overlappling points on this layer
...
other arguments passed on to layer. This can include aesthetics whose values you want to set, not map. See layer for more details.

See Also

geom_vline for code examples.

Examples

Run this code
# see geom_vline

Run the code above in your browser using DataCamp Workspace