Creates histogram plots for Attributable Number (AN) and Attributable Rate (AR) aggregated by month with connecting lines
plot_air_pollution_monthly_histograms(
analysis_results,
max_lag = 14L,
include_national = TRUE,
output_dir = NULL,
save_plot = FALSE
)List with ggplot objects
Processed results with RR/AF/AN/AR with lag variables
Logical. Whether to include national results. Default TRUE.
Character. Directory to save plots.
Logical. Whether to save the plots.