summary.ctd {oce} | R Documentation |
Summarizes some of the data in a ctd
object.
## S4 method for signature 'ctd' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the station name, sampling location, data ranges, etc.
An object of class "summary.ctd"
, which when printed shows
pertinent information about the CTD record and its processing.
Dan Kelley
The documentation for ctd-class
explains the structure
of CTD objects, and also outlines the other functions dealing with them.
library(oce) data(ctd) summary(ctd)