Description Usage Format See Also
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.
1 2 3 4 5 |
An object of class GeomCar (inherits from Geom, ggproto, gg) of length 6.
ggplot2::ggproto for details about ggproto.
position_waterfall for usage examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.