| GeomKodomCircular | R Documentation |
Extends ggplot2::GeomPath with kodom defaults for the circular layout.
Drops the id column in setup_data() so ggplot2 does not warn about
an unknown aesthetic. Draws interpolated colour-gradient segments via
ggplot2::GeomSegment and optional observation-point markers via
ggplot2::GeomPoint.
GeomKodomCircular
A ggproto object.
size and linewidth are 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.