add_lcbc_logo: Add LCBC logo to plot

View source: R/lcbc-logo.R

add_lcbc_logoR Documentation

Add LCBC logo to plot

Description

in a ggplot, adding the logo should be added early in the plot building

Usage

add_lcbc_logo(type = "main", alpha = 0.4, ...)

Arguments

type

type of logo to get

alpha

opacity of logo

...

arguments to annotation_custom

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = disp, colour = cyl)) +
  geom_point() +
  add_lcbc_logo()

LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.