summary.bathy: Summary of bathymetric data of class bathy
Description
Summary of bathymetric data of class bathy. Provides geographic bounds and resolution (in minutes) of the dataset, statistics on depth data, and a preview of the bathymetric matrix.
Usage
# S3 method for bathy
summary(object, ...)
Value
Information on the geographic bounds of the dataset (minimum and maximum latitude and longitude), resolution of the matrix in minutes, statistics on the depth data (e.g. min, max, median...), and a preview of the data.
Arguments
object
object of class bathy
...
additional arguments affecting the summary produced (see base function summary).
# load NW Atlantic datadata(nw.atlantic)
# use as.bathyatl <- as.bathy(nw.atlantic)
# class bathyclass(atl)
# summarize data of class bathysummary(atl)