Vertical reference line

geom_vline(
  xintercept,
  color = NULL,
  linewidth = NULL,
  alpha = NULL,
  dash = NULL
)

Arguments

xintercept

Numeric vector of x positions.

color, linewidth, alpha

Styling.

dash

Dash pattern; defaults to "4,3" (dashed).

Value

A Layer.