plot_metric_timeseries: Plot ERRDAP time series data

View source: R/spatial.R

plot_metric_timeseriesR Documentation

Plot ERRDAP time series data

Description

The purpose of this function is to generate time series plots of ERRDAP data. Currently, this function can plot sea surface temperature and chlorophyll data.

Usage

plot_metric_timeseries(csv, metric, ...)

Arguments

csv

The csv file containing the ERRDAP data to be plotted.

metric

The metric to be plotted.

...

additional parameters to pass to dygraph

Value

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

Examples

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

## End(Not run)


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