Plots the power statistic for each reference PM2.5 at and above the attributable risk threshold for each region.
plot_air_pollution_power(
power_list,
output_dir = NULL,
save_plot = FALSE,
ref_name = "WHO",
include_national = TRUE
)Invisible list of plot information
A list containing power information by region.
Character. Directory to save plot. Defaults to NULL.
Logical. Whether to save the plot. Defaults to FALSE.
Character. Reference standard name for plot title.
Logical. Whether to include national level in the plot. Defaults to TRUE.