Description Usage Arguments Value See Also Examples
Add Logo to Tracker
1 2 3 4 5 6 7 8 9 |
tracker |
ggtrack tracker object |
logo |
character file path or image url. Image extension can be any of:
|
height_tracker |
numeric tracker height in cm. |
position |
data.frame generated by get get_positions |
justification |
numeric between 0 and 1 passed to rasterGrob. |
... |
additional options passed to rasterGrob |
tracker
Other tracker:
caption()
,
qr()
Other tracker:
caption()
,
qr()
1 2 3 4 | ## Not run:
make_tracker() %>% add_logo('https://www.r-project.org/logo/Rlogo.png', justification = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.