Learn R Programming

oce (version 0.9-18)

summary.argo: Summarize an Argo object

Description

Summarizes some of the data in an argo object.

Usage

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

Arguments

object
an object of class "argo", usually, a result of a call to read.argo.
...
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.

References

http://www.argo.ucsd.edu/

See Also

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

Examples

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

Run the code above in your browser using DataLab