create_ggtheme: Create customised themes for ggplot2 object

Description Usage Arguments Examples

View source: R/create_ggtheme.R

Description

This function creates a ggplot2 theme object based on my favourite templates.

Usage

1
create_ggtheme(theme = "blank")

Arguments

theme

The name of the temaplate (blank, xkcd, more to come ...)

Examples

1
2
theme_blank <- create_ggtheme("blank")
theme_xkcd <- create_ggtheme("xkcd")

woobe/rPlotter documentation built on May 4, 2019, 9:48 a.m.