summary.cm {oce} | R Documentation |
Summarize a cm
(current meter) object
## S4 method for signature 'cm' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
The documentation for cm-class
explains the structure of
CM objects, and also outlines the other functions dealing with them.
library(oce) data(cm) summary(cm)