Description Usage Arguments Value Examples
Add Tracking Banner to Plot
1 | add_banner(gg, tracker, height_plot = 7)
|
gg |
ggplot object to track |
tracker |
ggtrack tracker object |
height_plot |
numeric tracker height in cm. |
tracker
1 2 3 4 5 6 7 8 9 | ## Not run:
track <- make_tracker()
ggplot() %>%
add_banner(track)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.