summary-lobo-method: Summarize a lobo Object

summary,lobo-methodR Documentation

Summarize a lobo Object

Description

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

Usage

## S4 method for signature 'lobo'
summary(object, ...)

Arguments

object

a lobo object.

...

further arguments passed to or from other methods.

Value

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

Author(s)

Dan Kelley

See Also

The documentation for lobo 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, lobo-class, plot,lobo-method, read.lobo(), subset,lobo-method

Examples


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

dankelley/oce documentation built on May 8, 2024, 10:46 p.m.