theme_immune_space: theme_immune_space

Description Usage Examples

Description

Modifies graphs to recreate the colors and format of ImmuneSpace graphs

Usage

1

Examples

1
2
3
4
library(ggplot2)
#Violinplot
p <- ggplot(mtcars, aes(factor(cyl), mpg)) + ggtitle("Violin Plot") + theme_immune_space() + geom_violin()
p + geom_jitter()

TheGilt/immunespace_theme documentation built on May 9, 2019, 4:27 p.m.