summary.odf {oce}R Documentation

Summarize an odf object

Description

Summarizes some of the data in a odf object.

Usage

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

Arguments

object

an object of class "odf", usually, a result of a call to read.odf or read.oce.

...

further arguments passed to or from other methods.

Details

Pertinent summary information is presented, including the station name, sampling location, data ranges, etc.

Value

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

Author(s)

Dan Kelley

See Also

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


[Package oce version 0.9-18 Index]