su_theme | R Documentation |
Creates a base theme for ggplot objects. By default this uses a font that requires the extrafont package to be installed.
su_theme(base_family = "Segoe UI")
base_family |
The font to use in this theme |
## Not run:
library(ggplot2)
library(StrategyUnitTheme)
ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) +
geom_point() +
su_theme()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.