summary.lobo {oce}R Documentation

Summarize a lobo data object

Description

Summarizes some of the data in a lobo object.

Usage

## S3 method for class 'lobo':
summary(object, ...)

## S3 method for class 'summary.lobo':
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

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.

Details

Pertinent summary information is presented, including the sampling interval, data ranges, etc.

Value

An object of class "summary.lobo", which contains pertinent information about the Lobo record and its processing.

Author(s)

Dan Kelley

References

http://lobo.satlantic.com http://www.mbari.org/lobo/

See Also

The lobo object may be read with read.lobo (which should be consulted for details on the object structure) and plotted with plot.lobo.

Examples

library(oce)
data(lobo)
summary(lobo)

[Package oce version 0.1-80 Index]