theme_gsea | R Documentation |
Imports: ggplot2
theme_gsea(textsize = 14)
textsize |
number, sets the size for every text in the plot, except those that are defined extra (e.g. annotate) |
sets options for the panel.grid, panel.background, panel.border, strip.background, strip.text, text, axis.text, axis.title and plot.title
a ggplot layer that can be added to a ggplot object
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_hm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.