GeomKodomLine: Geom for geom_kodom_line

GeomKodomLineR Documentation

Geom for geom_kodom_line

Description

Extends ggplot2::GeomPath with kodom defaults. Drops the id column in setup_data() so ggplot2 does not warn about an unknown aesthetic at draw time. Draws interpolated colour-gradient segments via ggplot2::GeomSegment and optional observation-point markers via ggplot2::GeomPoint.

Usage

GeomKodomLine

Format

A ggproto object.

Details

size and linewidth are intentionally routed to separate graphical elements: size → points only, linewidth → path segments only.


ggkodom documentation built on June 20, 2026, 5:06 p.m.