oce (version 1.8-2)

summary,cm-method: Summarize a cm Object

Description

Summarizes some of the data in a cm object, presenting such information as the station name, sampling location, data ranges, etc.

Usage

# S4 method for cm
summary(object, ...)

Arguments

object

A cm object.

...

Further arguments passed to or from other methods.

Author

Dan Kelley

See Also

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

Other things related to cm data: [[,cm-method, [[<-,cm-method, applyMagneticDeclination,cm-method, as.cm(), cm-class, cm, plot,cm-method, read.cm(), rotateAboutZ(), subset,cm-method

Examples

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

Run the code above in your browser using DataLab