R/ipr2viz.R
themeGenes2.Rd
themeGenes2
themeGenes2()
A ggplot2 theme object.
library(ggplot2) # Create a sample plot using the custom theme ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point() + themeGenes2() + labs(title = "Car Weight vs MPG")