A horizontal forest plot is this geom with the categorical variable on x — a dedicated geom_forest() with flipped coordinates is a milestone.

geom_pointrange(
  mapping = NULL,
  data = NULL,
  color = NULL,
  size = NULL,
  alpha = NULL,
  linewidth = NULL
)

Arguments

mapping, data, color, size, alpha

As in geom_point().

linewidth

Stroke width.

Value

A Layer.