Learn R Programming

oce (version 0.9-18)

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

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

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)
summary(cm)

Run the code above in your browser using DataLab