Creates a publication-ready theme following JAMA journal guidelines.
Details
JAMA journal specifications:
Conservative, professional styling
Medical journal typography
Clean, readable design
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_jama()
