Learn R Programming

ggplot2.utils (version 0.3.1)

GeomKm: New ggproto Objects

Description

[Experimental]

Additional ggplot2::ggproto objects used by the custom geom and stat functions.

Usage

GeomKm

GeomKmTicks

StatKm

StatKmTicks

Arguments

Format

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.

Author

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).