gf_theme: Themes for ggformula
Description
Themes for ggformula
Usage
gf_theme(object, theme, ...)
Value
a modified gg object
Arguments
- object
a gg object
- theme
a ggplot2 theme function like ggplot2::theme_minimal().
- ...
If theme is missing, then these additional arguments are theme elements
of the sort handled by ggplot2::theme().