Plot forest plot for PM2.5 effects by region
plot_air_pollution_forest_by_region(
analysis_results,
max_lag = 14L,
include_national = TRUE,
output_dir = NULL,
save_plot = FALSE
)ggplot object
Processed results with RR/AF/AN/AR with lag variables
Integer. The maximum lag days for outdoor PM2.5. Defaults to 14.
Logical. Whether to include national results. Default TRUE.
Character. Directory to save plot. Defaults to NULL.
Logical. Whether to save the plot. Defaults to FALSE.