Step layer (staircase line)

geom_step(
  mapping = NULL,
  data = NULL,
  color = NULL,
  linewidth = NULL,
  alpha = NULL,
  dash = NULL
)

Arguments

mapping, data, color, alpha

As in geom_point().

linewidth

Stroke width in px.

dash

SVG dash pattern (e.g. "4,3"); "" for solid.

Value

A Layer.