| GeomKodomLine | R Documentation |
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.
GeomKodomLine
A ggproto object.
size and linewidth are intentionally routed to separate graphical
elements: size → points only, linewidth → path segments only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.