Creates a theme suitable for FDA regulatory submissions and clinical study reports.
Details
FDA regulatory specifications:
High readability for regulatory review
Conservative, professional styling
Clear distinctions for regulatory clarity
Suitable for CSR (Clinical Study Report) inclusion
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_fda()
