ggbg-ggproto: ggbg ggproto Objects

Description Usage Format See Also

Description

These are all the ggproto objects implemented by ggbg.

GeomCar renders cars on a layer. It is quite limited, but a useful example for understanding how to create custom geoms with custom grobs.

PositionWaterfall is the ggproto object used to generate the position adjustments that correspond to position_waterfall.

StatWaterfall is intended for use only via the stat parameter to other layers (e.g. geom_...(stat='waterfall')). It will add a ycum aesthetic to the data which can then be used by the layer. Unlike other Stat objects, it does not exist as a stand-alone layer (i.e. stat_waterfall is not defined). Its main purpose is to generate the text for cumulative labels. See position_waterfall for usage examples.

Usage

1
2
3
4
5

Format

An object of class GeomCar (inherits from Geom, ggproto, gg) of length 6.

See Also

ggplot2::ggproto for details about ggproto.

position_waterfall for usage examples.


brodieG/ggbg documentation built on May 16, 2019, 7:44 a.m.