stat_vline(mapping = NULL, data = NULL, geom = "vline", position = "identity", xintercept, ...)
aes or aes_string. Only
needs to be set at the layer level if you are overriding
the plot defaults.layer. This can include aesthetics whose
values you want to set, not map. See layer
for more details.Add a vertical line
# see geom_vline
geom_vline for code examples.