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