GeomBorderpath {ggborderline}R Documentation

ggborderlines extensions to ggplot2

Description

ggborderlines makes use of the ggproto class system to extend the functionality of ggplot2. In general the actual classes should be of little interest to users as the standard ggplot2 api of using geom_* and stat_* functions for building up the plot is encouraged.

Usage

GeomBorderpath

GeomBorderline

GeomBorderstep

Format

An object of class GeomBorderpath (inherits from GeomPath, Geom, ggproto, gg) of length 7.

An object of class GeomBorderline (inherits from GeomBorderpath, GeomPath, Geom, ggproto, gg) of length 4.

An object of class GeomBorderstep (inherits from GeomBorderpath, GeomPath, Geom, ggproto, gg) of length 2.


[Package ggborderline version 0.2.0 Index]