Skip to contents

Basic theme function to implement the official graph style of the Norwegian Office of the Auditor General.

Usage

theme_RR(base_size = 12, base_family = "sans")

Arguments

base_size

base font size, given in pts.

base_family

base font family

Examples

library(ggplot2)
p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg,
colour = factor(gear)))

p + theme_RR()