# NOT RUN {
dataInfo <- rerddap::info('erdMBsstd1day')
parameter <- 'sst'
xcoord <- c(230, 232)
ycoord <- c(33, 35)
tcoord <- c('2006-01-15', '2006-01-15')
zcoord <- c(0., 0.)
MBsst <- rxtracto_3D(dataInfo, parameter, xcoord = xcoord, ycoord = ycoord,
tcoord = tcoord, zcoord = zcoord)
# }
# NOT RUN {
# low resolution selected to keep time to render down
p <- plotBBox(MBsst, plotColor = 'temperature', maxpixels = 300)
# }
Run the code above in your browser using DataLab