Last chance! 50% off unlimited learning
Sale ends in
bathy
bathy
. Provides geographic bounds and resolution (in minutes) of the dataset, statistics on depth data, and a preview of the bathymetric matrix.## S3 method for class 'bathy':
summary(object, \dots)
bathy
base
function summary
).read.bathy
, plot.bathy
# load NW Atlantic data
data(nw.atlantic)
# use as.bathy
atl <- as.bathy(nw.atlantic)
# class bathy
class(atl)
# summarize data of class bathy
summary(atl)
Run the code above in your browser using DataLab