Learn R Programming

oce (version 0.2-1)

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

Description

Summarize a cm (current meter) object

Usage

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

## S3 method for class 'summary.cm': print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object
an object of class "cm", as read by read.cm.s4, perhaps called automatically by read.cm or read.oc
x
an object of class "summary.cm", created by summary.cm.
digits
the number of significant digits to use when printing.
...
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

A cm object may be read with read.cm or read.oce, and plotted with plot.cm.

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