Skip to content

Theme for ggplot that utilized RWTH colors

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Sumidu/rwththeme

Repository files navigation

RWTH Theme

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()

About

Theme for ggplot that utilized RWTH colors

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages