Learn R Programming

oce (version 0.9-18)

summary.odf: Summarize an odf object

Description

Summarizes some of the data in a odf object.

Usage

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

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.

Value

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

Details

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

See Also

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