| summary.ctd {oce} | R Documentation |
Summarizes some of the data in a ctd object.
## S3 method for class 'ctd': summary(object, ...)
object |
A ctd object, e.g. as read by read.ctd. |
... |
passed to children. |
Pertinent summary information is presented, including the sampling location, data ranges, etc.
None
Dan Kelley
The Seabird CTD instrument is described at http://www.seabird.com/products/spec_sheets/19plusdata.htm.
A ctd object may be read with read.ctd
or created with as.ctd.
library(oce)
data(ctd)
#ctd <- read.ctd("ctdprofile.cnv")
summary(ctd)