| geom_vline {ggplot2} | R Documentation |
<br /> These geoms add reference lines (sometimes called rules) to a plot, <br /> either horizontal, vertical, or diagonal (specified by slope and<br /> intercept). These are useful for annotating plots.
geom_vline(xintercept,
color = "black",
line.width = 2,
linetype = Solid);