theme_bene | R Documentation |
Custom ggplot2
theme based on theme_light()
.
theme_bene(base_size = 11)
base_size |
Integer, the text base size |
Theme for ggplot2.
library(ggplot2)
## Not run:
palmer_penguins %>%
ggplot(aes(bill_length_mm, bill_depth_mm, color = species)) +
geom_point() +
theme_bene()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.