Skip to contents

Creates a new ggplot2 theme template. Not implemented yet.

Usage

create_ggplot_theme(template, ..., save = FALSE)

Arguments

template

character The name of the theme template to apply.

...

Additional arguments passed to the theme function.

save

Logical. Whether to save the new theme (default: FALSE).

Value

A ggplot2 theme object.