summary-cm-method: Summarize a CM Object

summary,cm-methodR Documentation

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 signature 'cm'
summary(object, ...)

Arguments

object

A cm object.

...

Further arguments passed to or from other methods.

Author(s)

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

library(oce)
data(cm)
summary(cm)


oce documentation built on July 9, 2023, 5:18 p.m.