powered by
Bathymetric object of class bathy created from NOAA GEODAS data.
bathy
data(florida)
A bathymetric object of class bathy with 539 rows and 659 columns.
see https://www.ncei.noaa.gov/maps/grid-extract/
Data imported from the NOAA Grid Extract webpage (https://www.ncei.noaa.gov/maps/grid-extract/) and transformed into an object of class bathy by read.bathy.
read.bathy
plot.bathy, summary.bathy
plot.bathy
summary.bathy
# 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