A clean ggplot2 theme for publication-quality plots
Examples
library(ggplot2)
ggplot(data.frame(x = 1:3, y = 1:3), aes(x, y)) +
geom_point() + theme_Publication()
A clean ggplot2 theme for publication-quality plots
library(ggplot2)
ggplot(data.frame(x = 1:3, y = 1:3), aes(x, y)) +
geom_point() + theme_Publication()