Plot seasonal trends of a health outcome and climate by month.
plot_seasonal_trends(
df,
date_col,
outcome_cols,
title = "Seasonal Averages",
ylabs = NULL,
save_plot = FALSE,
output_path = ""
)The dataframe containing the raw data.
The name of the column containing date values.
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.