summary.ctd {oce} | R Documentation |
Summarizes some of the data in a CTD object.
summary.ctd(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.
(fill in later)
Dan Kelley Dan.Kelley@Dal.Ca
The Seabird CTD instrument is described at http://www.seabird.com/products/spec_sheets/19plusdata.htm.
The ctd
object may be read with read.ctd
.
## Not run: library(oce) profile <- read.ctd("/usr/local/lib/R/library/oce/demo/ctdprofile.cnv") summary.ctd(profile) summary(profile) ## End(Not run)