Add e61 logo to graph
Examples
library(ggplot2)
#>
#> Attaching package: ‘ggplot2’
#> The following objects are masked from ‘package:theme61’:
#>
#> ggplot, ggsave, labs
p <- ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
add_e61_logo()