Description Usage Arguments Value See Also Examples
Add Caption to Tracker
1 2 3 4 5 6 7 8 9 | caption(tracker, caption, position, ...)
add_caption(tracker, ...)
## S3 method for class 'gg'
add_caption(tracker, caption, position, ...)
## S3 method for class 'tracker'
add_caption(tracker, caption, ...)
|
tracker |
ggtrack tracker object |
caption |
|
position |
data.frame generated by get get_positions |
... |
additional options passed through to richtext_grob |
tracker
1 2 3 4 | ## Not run:
make_tracker() %>% add_caption('your caption')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.