Creates faceted exposure-response plots showing RR with confidence intervals across PM2.5 concentrations for each region
plot_air_pollution_exposure_response(
analysis_results,
max_lag = 14L,
include_national = TRUE,
ref_pm25 = 15,
output_dir = NULL,
save_plot = FALSE
)ggplot object
Processed results with RR/AF/AN/AR with lag variables
Logical. Whether to include national results. Default TRUE.
Numeric. Reference PM2.5 value to highlight.
Character. Directory to save plot.
Logical. Whether to save the plot.