Custom ggplot2 themes for creating publication-ready scientific figures. Custom ggplot2 Theme
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_new()
} # }
Custom ggplot2 themes for creating publication-ready scientific figures. Custom ggplot2 Theme
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_new()
} # }