Learn R Programming

rPlotter (version 0.0.8)

create_ggtheme: Create customised themes for ggplot2 object

Description

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

Usage

create_ggtheme(theme = "blank")

Arguments

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

Examples

Run this code
theme_blank <- create_ggtheme("blank")
theme_xkcd <- create_ggtheme("xkcd")

Run the code above in your browser using DataLab