theme_inbo: The theme in compliance with the INBO style guide version >=...

View source: R/theme_inbo2015.R

theme_inboR Documentation

The theme in compliance with the INBO style guide version >= 2015.

Description

The theme in compliance with the INBO style guide version >= 2015.

Usage

theme_inbo(base_size = 12, base_family = "", transparent = FALSE)

theme_inbo2015(base_size = 12, base_family, transparent = FALSE)

Arguments

base_size

base font size, given in pts.

base_family

base font family

transparent

Make backgrounds transparent. FALSE: all backgrounds are white, TRUE: all backgrounds are transparent. You can pass a vector to transparent. In that case, it will check whether the values "plot", "panel" and/or "legend" are present. The according items will be transparent. Transparent panel will use grey instead of white grid lines.

Author(s)

Thierry Onkelinx, Oona Op de Weerdt, Nicole De Groof

See Also

Other theme: switch_colour(), theme_elsevier(), theme_map(), theme_nara(), theme_vlaanderen2015()

Examples

  library(ggplot2)
  p <- ggplot(mtcars, aes(x = mpg, y = drat)) + geom_point()
  p.inbo <- p + theme_inbo()

inbo/INBOtheme documentation built on April 6, 2023, 5:09 a.m.