theme_INBO: The theme in compliance with the INBO style guide, version <=...

Description Usage Arguments Examples

Description

The theme in compliance with the INBO style guide, version <= 2014.

Usage

1
theme_INBO(base_size = 12, base_family = "")

Arguments

base_size

Base fontsize

base_family

Base fonttype

Examples

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

INBOtheme documentation built on May 2, 2019, 5:25 p.m.