Plot regional trends of a climate and healthoutcome.
plot_regional_trends(
df,
region_col,
outcome_cols,
title = "Regional Averages",
ylabs = NULL,
save_plot = FALSE,
output_path = ""
)The dataframe containing the raw data.
The name of the column containing regions.
Character Vector. The names of the outcome columns to analyse.
The title of your plot.
A character vector of y-axis labels (e.g., with units) corresponding to the columns.
Whether or not to save the plot.
The path to output the plot to.