A clean, modern ggplot2 theme suitable for neuroimaging publications.
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_pls()
A clean, modern ggplot2 theme suitable for neuroimaging publications.
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_pls()