
Consistent plotting theme for Medusa package
mrTheme.RdA clean ggplot2 theme applied to all plots produced by the Medusa package.
Based on theme_minimal with consistent font sizes, axis formatting,
and color scheme.
Examples
library(ggplot2)
#> Warning: package ‘ggplot2’ was built under R version 4.5.2
ggplot(data.frame(x = 1:10, y = rnorm(10)), aes(x, y)) +
geom_point() +
mrTheme()