This is the wrapper to the layer function for the GeomTimeline
The wrapper is just to plot the object. See ggplot2 package documenation
for more specifics on geom_* and layer_* functions.
| 1 2 3 | 
| mapping | - defaults to null | 
| data | - the data for the geom | 
| stat | - the type of stat. Defaults to identity | 
| position | - defaults to identity | 
| na.rm | - Boolean to include na values; defaults to false | 
| show.legend | - Boolean to show legend;defaults to false | 
| inherit.aes | - Boolean to inherit the aesthetics of the calling object; defaults to true | 
| ... | ignored | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.