Learn R Programming

oce (version 0.9-20)

summary,argo-method: Summarize an Argo Object

Description

Summarizes some of the data in an argo object.

Usage

"summary"(object, ...)

Arguments

...
Further arguments passed to or from other methods.
object
an

Value

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

Details

Pertinent summary information is presented.

See Also

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

Examples

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

Run the code above in your browser using DataLab