Skip to contents

The purpose of this function is to plot the sea surface temperature anomaly data.

Usage

plot_SST_anomaly(csv_SST)

Arguments

csv_SST

The csv file containing the SST anomaly data to be plotted.

Value

This function outputs a dygraph object of the time series plot.

Examples

if (FALSE) { # \dontrun{
csv_SST <-here::here("data/oceano/sst_anomaly_cinms.csv")
plot_metric_timeseries(csv_SST)
} # }