knitr::opts_chunk$set(echo = TRUE)

The goal of rwththeme is to have a unified look and feel in ggplot2 plots.

Installation

You can install the released version of rwththeme github with

install.packages("devtools")
devtools::install_github("sumidu/rwththeme")

Example

Using the theme is as simple as attaching the package.

# Using ggplot2 as a plotting library
library(ggplot2)
library(rwththeme)
ggplot(diamonds) + aes(carat,depth) + geom_point()


Sumidu/rwththeme documentation built on May 21, 2019, 11:29 a.m.