Skip to contents

themeGenes2

Usage

themeGenes2()

Value

A ggplot2 theme object.

Examples

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