Skip to contents

Themes for ggformula

Usage

gf_theme(object, theme, ...)

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().

Value

a modified gg object