| theme_beezdemand | R Documentation |
beezdemand Plot Theme
theme_beezdemand(
style = c("modern", "apa"),
base_size = 11,
base_family = "sans"
)
style |
Character. One of |
base_size |
Base font size (default: 11). |
base_family |
Base font family (default: "sans"). |
A ggplot2 theme object.
library(ggplot2)
ggplot(iris, aes(Sepal.Length, Sepal.Width)) +
geom_point() +
theme_beezdemand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.