Creates a publication-ready theme following NEJM guidelines for clinical publications.
Details
NEJM specifications for clinical figures:
Professional, clinical appearance
Clear axis labels and readable fonts
Suitable for medical/clinical publication
Conservative, trustworthy design
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_nejm()
