| summary.lobo {oce} | R Documentation |
Summarizes some of the data in a lobo object.
## S3 method for class 'lobo':
summary(object, ...)
## S3 method for class 'summary.lobo':
print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "lobo", usually, a result of a
call to read.lobo or read.oce. |
x |
an object of class "summary.lobo", usually, a result of a
call to summary.lobo. |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the sampling interval, data ranges, etc.
An object of class "summary.lobo", which contains
pertinent information about the Lobo record and its processing.
Dan Kelley
http://lobo.satlantic.com http://www.mbari.org/lobo/
The lobo object may be read with read.lobo
(which should be consulted for details on the object structure) and
plotted with plot.lobo.
library(oce) data(lobo) summary(lobo)