stat_vline {ggplot2} | R Documentation |
Add a vertical line
stat_vline(mapping=NULL, data=NULL, geom="vline", position="identity", intercept, ...)
mapping |
mapping between variables and aesthetics generated by aes |
data |
dataset used in this layer, if not specified uses plot dataset |
geom |
geometric used by this layer |
position |
position adjustment used by this layer |
intercept |
NULL |
... |
ignored |
This page describes stat_vline, see layer
and qplot
for how to create a complete plot from individual components.
A layer
Hadley Wickham, http://had.co.nz/
## Not run: ## End(Not run)