Learn R Programming

marmap (version 0.9.4)

celt: Bathymetric data for the North Est Atlantic

Description

Bathymetric matrix of class bathy created from NOAA GEODAS data.

Usage

data(celt)

Arguments

Value

  • A text file.

Details

Data imported from the NOAA GEODAS Grid Translator webpage (http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html) and transformed into an object of class bathy by as.bathy.

See Also

as.bathy, read.bathy

Examples

Run this code
# load celt data
data(celt)

# class "bathy"
class(celt)
summary(celt)

# test plot.bathy
plot(celt, deep=-300, shallow=-50, step=25)

Run the code above in your browser using DataLab