summary.section {oce} | R Documentation |
Summarize a CTD section.
## S3 method for class 'section': summary(object, ...) ## S3 method for class 'summary.section': print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "section" , usually, a result of a
call to read.section , read.oce , or
make.section . |
x |
an object of class "summary.section" , usually, a
result of a call to summary.section . |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including station locations, distance along track, etc.
Dan Kelley
A section
object may be created by using
make.section
to assemble individual ctd
objects,
or it may be created by reading a section data file with
read.section
.
library(oce) data(section) summary(section)