Learn R Programming

oce (version 0.8-6)

summary.cm: Summarize a cm (current meter) object

Description

Summarize a cm (current meter) object

Usage

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

Arguments

object
an object of class "cm", as read by read.cm.s4, perhaps called automatically by read.cm or read.oc
...
further arguments passed to or from other methods.

Value

  • summary.cm returns an object of class "summary.cm", containing pertinent information about the cm object and its processing.

Details

Pertinent summary information is presented.

See Also

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

Examples

Run this code
library(oce)
data(cm)
cm <- read.oce("cm_interocean_0811786.s4a.tab")
summary(cm)

Run the code above in your browser using DataLab