theme_gmri | R Documentation |
GMRI ggplot2 theme for blog-style plots
theme_gmri(
base_size = 10,
base_family = "sans",
title_family = "sans",
facet_color = "blue economy teal",
...
)
base_size |
Base text size (font numbers) |
base_family |
Base Text font family |
title_family |
Title font family |
facet_color |
Color label passed to gmRi::gmri_cols() to pick a color for facet tabs |
... |
Additional arguments to pass on the fly using ggplot2::theme() |
Returns ggplot theme
ggplot2::ggplot(mtcars) + theme_gmri()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.