summary.echosounder {oce} | R Documentation |
Summarizes some of the data in an echosounder
object.
## S4 method for signature 'echosounder' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the sampling location, data ranges, etc.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
The documentation for echosounder-class
explains the
structure of echosounder objects, and also outlines the other functions
dealing with them.
library(oce) data(echosounder) summary(echosounder)