R/theme_bene.R
theme_bene.Rd
Custom ggplot2 theme based on theme_light().
ggplot2
theme_light()
theme_bene(base_size = 11)
Integer, the text base size
Theme for ggplot2.
library(ggplot2) if (FALSE) { palmer_penguins %>% ggplot(aes(bill_length_mm, bill_depth_mm, color = species)) + geom_point() + theme_bene() }