plot_SST_anomaly: Plot SST anomaly data

View source: R/spatial.R

plot_SST_anomalyR Documentation

Plot SST anomaly data

Description

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

## Not run: 
csv_SST <-here::here("data/oceano/sst_anomaly_cinms.csv")
plot_metric_timeseries(csv_SST)

## End(Not run)


marinebon/nms4r documentation built on April 23, 2023, 6:09 p.m.