florida | R Documentation |
Bathymetric object of class bathy
created from NOAA GEODAS data.
data(florida)
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 read.bathy
.
A bathymetric object of class bathy
with 539 rows and 659 columns.
see https://maps.ngdc.noaa.gov/viewers/wcs-client/
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.