-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathsummary-odf-method.Rd
39 lines (38 loc) · 998 Bytes
/
summary-odf-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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/odf.R
\name{summary,odf-method}
\alias{summary,odf-method}
\title{Summarize an odf Object}
\usage{
\S4method{summary}{odf}(object, ...)
}
\arguments{
\item{object}{an \linkS4class{odf} object.}
\item{\dots}{further arguments passed to or from other methods.}
}
\value{
A matrix containing statistics of the elements of the \code{data}
slot.
}
\description{
Pertinent summary information is presented, including the station name,
sampling location, data ranges, etc.
}
\seealso{
Other things related to odf data:
\code{\link{CTD_BCD2014666_008_1_DN.ODF.gz}},
\code{\link{ODF2oce}()},
\code{\link{ODFListFromHeader}()},
\code{\link{ODFNames2oceNames}()},
\code{\link{[[,odf-method}},
\code{\link{[[<-,odf-method}},
\code{\link{odf-class}},
\code{\link{plot,odf-method}},
\code{\link{read.ctd.odf}()},
\code{\link{read.odf}()},
\code{\link{subset,odf-method}}
}
\author{
Dan Kelley
}
\concept{things related to odf data}