nw.atlantic | R Documentation |
Data imported from the NOAA GEODAS server
data(nw.atlantic)
Data imported from the NOAA GEODAS Grid Translator webpage (https://maps.ngdc.noaa.gov/viewers/wcs-client/). To prepare data from NOAA, fill the custom grid form, and choose "XYZ (lon,lat,depth)" as the "Output Grid Format", "No Header" as the "Output Grid Header", and either of the space, tab or comma as the column delimiter (either can be used, but "comma" is the default import format of read.bathy
). Choose "omit empty grid cells" to reduce memory usage.
A three-columns data.frame containing longitude, latitude and depth/elevation data.
see https://maps.ngdc.noaa.gov/viewers/wcs-client/
plot.bathy
, summary.bathy
# load NW Atlantic data
data(nw.atlantic)
# use as.bathy
atl <- as.bathy(nw.atlantic)
# class "bathy"
class(atl)
summary(atl)
# test plot.bathy
plot(atl, deep=-8000, shallow=-1000, step=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.