library(oceglider)
source('R/ioos.R')
path <- './sandbox/cl/01downloadFromIOOSERDDAP/'
file <- list.files(path = path, pattern = '.*\\.nc$', full.names = TRUE)
d <- read.glider.netcdf.ioos(file)
plotGlider(d, which = 3) # temperature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.