theme_grey_gouv: ggplot2 grey theme with French government design template

View source: R/ggthemes.R

theme_grey_gouvR Documentation

ggplot2 grey theme with French government design template

Description

ggplot2 grey theme with French government design template

Usage

theme_grey_gouv(...)

Arguments

...

Other params passed to theme_gouv().

Value

A ggplot2 theme.

Examples

## Not run: 
library(ggplot2)
ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width)) +
    geom_point(aes(color = Species, shape = Species)) +
    labs(x = "Sepal Length", y = "Sepal Width", title = "Sepal Length-Width",
        subtitle = "with gouv_theme()") + theme_grey_gouv() +
    scale_color_gouv_discrete(palette = "pal_gouv_fr")

## End(Not run)

spyrales/gouvdown documentation built on Dec. 3, 2023, 3:25 a.m.