ggproto
ObjectsAdditional ggplot2::ggproto
objects used by the custom geom
and
stat
functions.
GeomKmGeomKmTicks
StatKm
StatKmTicks
An object of class GeomKm
(inherits from GeomStep
, GeomPath
, Geom
, ggproto
, gg
) of length 4.
An object of class GeomKmTicks
(inherits from Geom
, ggproto
, gg
) of length 6.
An object of class StatKm
(inherits from Stat
, ggproto
, gg
) of length 5.
An object of class StatKmTicks
(inherits from Stat
, ggproto
, gg
) of length 5.
GeomKm
, StatKm
, GeomKmTicks
and StatKmTicks
were modified
(in particular certain functionality was removed) from code
originally written by Michael Sachs (in ggkm
) and
Samer Mouksassi (in ggquickeda
).