powered by
Applique un thème graphique professionnel adapté aux publications officielles des Instituts Nationaux de Statistique africains. Inspiré des chartes graphiques AFRISTAT/PARIS21.
theme_ins( base_size = 11, base_family = "sans", couleur_fond = "white", grille = TRUE, grille_mineure = FALSE )
Un objet theme ggplot2.
theme
numeric — Taille de base de la police. Défaut : 11.
character — Famille de police. Défaut : "sans".
character — Couleur de fond du panneau. Défaut : "white".
logical — Afficher les lignes de grille. Défaut : TRUE.
logical — Afficher la grille mineure. Défaut : FALSE.
if (requireNamespace("ggplot2", quietly = TRUE)) { ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) + ggplot2::geom_point() + theme_ins() }
Run the code above in your browser using DataLab