summary.section {oce} | R Documentation |
Summarize a CTD section.
## S4 method for signature 'section' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including station locations, distance along track, etc.
NULL
Dan Kelley
The documentation for section-class
explains the
structure of section objects, and also outlines the other functions dealing
with them.
library(oce) data(section) summary(section)