Learn R Programming

marmap (version 0.9.4)

florida: Bathymetric data around Florida, USA

Description

Bathymetric object of class bathy created from NOAA GEODAS data.

Usage

data(florida)

Arguments

Value

  • A bathymetric object of class bathy with 539 rows and 659 columns.

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 read.bathy.

See Also

plot.bathy, summary.bathy

Examples

Run this code
# load florida data
data(florida)

# class "bathy"
class(florida)
summary(florida)

# test plot.bathy
plot(florida,asp=1)
plot(florida,asp=1,image=TRUE,drawlabels=TRUE,land=TRUE,n=40)

Run the code above in your browser using DataLab