Description Usage Arguments Value Examples
Minimalistic ggplot themes for use on AVALANCHE reports.
1 2 3 4 5 6 7 8 | theme_2036(
base_size = 14,
base_family = "Montserrat",
title_size = 23,
subtitle_size = 12,
caption_size = 10,
...
)
|
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 |
... |
Additional arguments passed to [ggplot2::theme_minimal()] |
a ggplot theme
1 2 | ggplot2::qplot(iris$Sepal.length) +
theme_2036(base_size=14,title_size=23, subtitle_size=12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.