Description Usage Arguments Examples
This theme is inspired by the unique aesthetic sensibilities of David Relman, M.D.
| 1 | 
| NULL | 
| 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
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.