The purpose of this function is to plot the sea surface temperature anomaly data.
plot_SST_anomaly(csv_SST)
The csv file containing the SST anomaly data to be plotted.
This function outputs a dygraph object of the time series plot.
if (FALSE) {
csv_SST <-here::here("data/oceano/sst_anomaly_cinms.csv")
plot_metric_timeseries(csv_SST)
}