add_lcbc_logo | R Documentation |
in a ggplot, adding the logo should be added early in the plot building
add_lcbc_logo(type = "main", alpha = 0.4, ...)
type |
type of logo to get |
alpha |
opacity of logo |
... |
arguments to |
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = disp, colour = cyl)) +
geom_point() +
add_lcbc_logo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.