Description Usage Arguments Value Examples
Add a logo into an image
| 1 2 | 
| plot_path | image path. | 
| logo_path | logo image path. | 
| logo_position | the position of logo within the image. | 
| logo_scale | the size of logo relative to the image. | 
Image.
| 1 2 3 4 5 6 | add_logo(
    plot_path = system.file("extdata", "logo.png", package = "add2ggplot"),
    logo_path = system.file("extdata", "jiaxiang.png", package = "add2ggplot"),
    logo_position = "bottom right",
    logo_scale = 5
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.