theme_relman: A custom theme for the Relman Lab

Description Usage Arguments Examples

Description

This theme is inspired by the unique aesthetic sensibilities of David Relman, M.D.

Usage

1

Arguments

NULL

Examples

1
2
3
4
5
6
Make a Plot
p <- ggplot(data.frame(A =rnorm(100), B = rnorm(100)))
p <- p + geom_point(aes(x = A, y = B), color = "#FF56D6", size =3)
p <- p + ggtitle("A plot")
p <- p + theme_relman()
p

DanielSprockett/reltools documentation built on May 5, 2019, 12:27 p.m.