Learn R Programming

oce (version 0.9-20)

summary,lobo-method: Summarize a LOBO Object

Description

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

Usage

"summary"(object, ...)

Arguments

object
an object of class "lobo", usually, a result of a call to read.lobo or read.oce.
...
further arguments passed to or from other methods.

Value

A matrix containing statistics of the elements of the data slot.

References

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

See Also

The documentation for lobo-class explains the structure of LOBO objects, and also outlines the other functions dealing with them.

Other things related to lobo data: [[,lobo-method, [[<-,lobo-method, as.lobo, lobo-class, lobo, plot,lobo-method, subset,lobo-method

Examples

Run this code

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

Run the code above in your browser using DataLab