-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathsummary-cm-method.Rd
43 lines (40 loc) · 1.05 KB
/
summary-cm-method.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cm.R
\name{summary,cm-method}
\alias{summary,cm-method}
\title{Summarize a cm Object}
\usage{
\S4method{summary}{cm}(object, ...)
}
\arguments{
\item{object}{A \linkS4class{cm} object.}
\item{...}{Further arguments passed to or from other methods.}
}
\description{
Summarizes some of the data in a \code{cm} object, presenting such information
as the station name, sampling location, data ranges, etc.
}
\examples{
library(oce)
data(cm)
summary(cm)
}
\seealso{
The documentation for the \linkS4class{cm} class explains the structure
of \code{cm} objects, and also outlines the other functions dealing with them.
Other things related to cm data:
\code{\link{[[,cm-method}},
\code{\link{[[<-,cm-method}},
\code{\link{applyMagneticDeclination,cm-method}},
\code{\link{as.cm}()},
\code{\link{cm}},
\code{\link{cm-class}},
\code{\link{plot,cm-method}},
\code{\link{read.cm}()},
\code{\link{rotateAboutZ}()},
\code{\link{subset,cm-method}}
}
\author{
Dan Kelley
}
\concept{things related to cm data}