Horizontal reference line

geom_hline(
  yintercept,
  color = NULL,
  linewidth = NULL,
  alpha = NULL,
  dash = NULL
)

Arguments

yintercept

Numeric vector of y positions.

color, linewidth, alpha

Styling.

dash

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

Value

A Layer.