Description Usage Arguments Details Value Examples
Add ABMI logo to the bottom of the plot
1 | add_logo(plot_name, logo = "acronym", logo_position = 0.925)
|
plot_name |
The variable name of the plot you have created |
logo |
Character; Specify which logo you want (see details below) |
logo_position |
A numeric vector or unit object specifying x-location of logo; defaults to 0.925 (right justified) |
Valid values for the logo
argument currently are:
"acronym" (default)
"full"
Personal file path for a logo image you want to use (needs to be a png file)
This function returns your plot with the ABMI logo at the bottom right
1 2 3 4 | ## Not run:
add_logo(p, logo = "full", logo_position = 0.875)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.