theme_elsevier: Theme in compliance with the style guide of Elsevier journals

View source: R/theme_elsevier.R

theme_elsevierR Documentation

Theme in compliance with the style guide of Elsevier journals

Description

This theme is based on http://cdn.elsevier.com/assets/pdf_file/0010/109963/Artwork.pdf

Usage

theme_elsevier(base_size = 7, base_family = "")

Arguments

base_size

base font size

base_family

base font type

See Also

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

Examples

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

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