aleutians | R Documentation |
Bathymetric matrix of class bathy
created from NOAA GEODAS data.
data(aleutians)
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
, antimeridian.box
# load celt data
data(aleutians)
# class "bathy"
class(aleutians)
summary(aleutians)
# test plot.bathy
plot(aleutians,image = TRUE,
bpal = list(c(0,max(aleutians),"grey"),
c(min(aleutians),0,"darkblue","lightblue")),
land = TRUE, lwd = 0.1, axes = FALSE)
antimeridian.box(aleutians, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.