oce (version 1.8-2)

summary,argo-method: Summarize an argo Object

Description

Summarizes some of the data in an argo object.

Usage

# S4 method for argo
summary(object, ...)

Value

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

Arguments

object

an object of class "argo", usually, a result of a call to read.argo().

...

Further arguments passed to or from other methods.

Author

Dan Kelley

Details

Pertinent summary information is presented.

See Also

Other things related to argo data: [[,argo-method, [[<-,argo-method, argo-class, argoGrid(), argoNames2oceNames(), argo, as.argo(), handleFlags,argo-method, plot,argo-method, read.argo.copernicus(), read.argo(), subset,argo-method

Examples

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

Run the code above in your browser using DataLab