Learn R Programming

oce (version 0.2-1)

summary.lobo: Summarize a lobo data object

Description

Summarizes some of the data in a lobo object.

Usage

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

## 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.

Value

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

Details

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

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

Run this code
library(oce)
data(lobo)
summary(lobo)

Run the code above in your browser using DataLab