
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'section':
summary(object, \dots)## S3 method for class 'summary.section':
print(x, digits=max(6, getOption("digits")-1), ...)
"section"
, usually, a result of a
call to read.section
, read.oce
, or
"summary.section"
, usually, a
result of a call to summary.section
.section
object may be created by using
makeSection
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)
Run the code above in your browser using DataLab