Description Usage Arguments Value Examples
geom_timeline function With the created geom class, we create the actual function that will build a layer based on the geom specification.
1 2 3 4 5 6 7 8 9 10 |
inherit.aes |
a function that will build a layer based on geom_timeline geom.
1 | ## Not run: ggplot() + geom_timeline(aes(x = DATE, y = COUNTRY, color = TOTAL_DEATHS))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.