Description Usage Arguments Value Examples
ggplot2 theme for use on LBJ School Data Initiatives reports. Requires the "Benson Sans" font being installed.
1 2 3 4 5 6 7 8 9 | theme_lbj_benson(
base_size = 14,
base_family = "Benson Sans",
title_size = 23,
subtitle_size = 12,
caption_size = 10,
legend_position = "none",
...
)
|
base_size |
the base font size of text |
base_family |
the font family |
title_size |
the size of your title font |
subtitle_size |
the size your subtitle font |
caption_size |
the size your caption font |
legend_position |
where the legend should be placed |
... |
Additional arguments passed to |
a ggplot theme
1 2 | ggplot2::qplot(mtcars$wt) +
theme_lbj_benson()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.