Creates a publication-ready theme following Lancet journal guidelines.
Details
Lancet journal specifications:
Professional medical styling
Clean, readable design for clinical research
Conservative color scheme
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_lancet()
