Description Usage Arguments Examples
Add TPL logo to a single plot as grid object Modified from https://gist.github.com/Ryo-N7/67ca1c364c342a82c4098918082ca445
1 | add_tpl_logo(plot, position = "top right", scale = 1)
|
plot |
The plot object passed to |
position |
The position of the logo. Options are "top left", "top right", "bottom right", and "bottom left" |
scale |
The scale of the TPL logo. Every single integer increase increases the scale multiplier (scale = 2 will double the size of the logo). Use decimals for fine-tuned scaling |
1 2 3 4 | ## Not run:
add_tpl_logo(plot, position = "top right", scale = 1.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.