Learn R Programming

marmap (version 1.0.10)

aleutians: Bathymetric data for the Aleutians (Alaska)

Description

Bathymetric matrix of class bathy created from NOAA GEODAS data.

Usage

data(aleutians)

Arguments

Value

A text file.

Details

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.

See Also

as.bathy, read.bathy, antimeridian.box

Examples

Run this code
# 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)

Run the code above in your browser using DataLab