Error bar layer (ymin to ymax with caps)

geom_errorbar(
  mapping = NULL,
  data = NULL,
  color = NULL,
  alpha = NULL,
  linewidth = NULL,
  width = NULL
)

Arguments

mapping, data, color, alpha

As in geom_point().

linewidth

Stroke width.

width

Cap width in x data/slot units.

Value

A Layer.