Description Usage Arguments Value Examples
geom_timeline_label function this is the function that builds the label layer on the geom_timeline geom
1 2 3 4 5 6 7 8 9 10 |
inherit.aes |
a function that will build a layer of labels based on geom_timeline geom.
1 2 3 | ## Not run: ggplot() + geom_timeline(aes(x = DATE, y = COUNTRY, color = TOTAL_DEATHS) +
geom_timeline_label(aes(x = DATE, y = COUNTRY, magnitude = EQ_PRIMARY, label = LOCATION_NAME, n_max = 5))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.