Learn R Programming

ggformula (version 0.9.0)

gf_theme: Themes for ggformula

Description

Themes for ggformula

Usage

gf_theme(object, theme, ...)

Arguments

object

a gg object

theme

a ggplot2 theme function like 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