
Logo de l'OFCE
logo_ofce.RdAjoute le logo de l'OFCE sur le graphique
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
plot <- ggplot(mtcars) +
geom_point(aes(x=mpg, y=hp, size=cyl, col=gear)) +
theme_ofce() +
logo_ofce()
} # }