celt | R Documentation |
Bathymetric matrix of class bathy
created from NOAA GEODAS data.
data(celt)
Data imported from the NOAA GEODAS Grid Translator webpage (https://maps.ngdc.noaa.gov/viewers/wcs-client/) and transformed into an object of class bathy
by as.bathy
.
A text file.
see https://maps.ngdc.noaa.gov/viewers/wcs-client/
as.bathy
, read.bathy
# load celt data
data(celt)
# class "bathy"
class(celt)
summary(celt)
# test plot.bathy
plot(celt, deep=-300, shallow=-50, step=25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.