Available themes in INBOtheme

Thierry Onkelinx

2018-04-17

Introduction

This vignette gives a short introduction on the INBOtheme package. The INBOtheme package provides a few themes for ggplot2. This vignette demonstrates the look and feel of the themes by showing several plots. Many of the figures in this vignettes are taken from the examples from the ggplot2 package.

The ggplot2 package must be loaded prior to INBOtheme.

library(ggplot2)
library(INBOtheme)

Available colours

Palettes

inbo.2015.colours

vlaanderen.2015.colours

INBO.colours

Available themes

Default: theme_inbo

theme_set(theme_inbo())
switchColour(inbo.steun.blauw)

theme_inbo with transparant background

theme_set(theme_inbo(transparent = TRUE))
switchColour(inbo.steun.blauw)

theme_vlaanderen2015

theme_set(theme_vlaanderen2015())
switchColour(vl.darkyellow)

theme_vlaanderen2015 with transparant background

theme_set(theme_vlaanderen2015(transparent = TRUE))
switchColour(vl.darkyellow)

theme_elsevier

theme_set(theme_elsevier(12))
switchColour("black")