R/theme_elsevier.R
theme_elsevier.Rd
This theme is based on http://cdn.elsevier.com/assets/pdf_file/0010/109963/Artwork.pdf
theme_elsevier(base_size = 7, base_family = "")
base font size
base font type
Other theme:
switch_colour()
,
theme_inbo()
,
theme_map()
,
theme_nara()
,
theme_vlaanderen2015()
library(ggplot2)
p <- ggplot(mtcars, aes(x = mpg, y = drat)) + geom_point()
p.elsevier <- p + theme_elsevier()