A clean, high-contrast theme suitable for journal publication. Follows Nature/Lancet figure guidelines.
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_survinger()
A clean, high-contrast theme suitable for journal publication. Follows Nature/Lancet figure guidelines.
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_survinger()