Theme function providing consistent SCpubr-like aesthetics for publication-ready plots. Can be applied to any ggplot2 object.
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_badranseq()
} # }
