summary.ctd {oce}R Documentation

Summarize a seawater (CTD) data object

Description

Summarizes some of the data in a CTD object.

Usage

summary.ctd(object, ...)

Arguments

object A ctd object, e.g. as read by read.ctd.
... Passed to children.

Details

Pertinent summary information is presented, including the sampling location, data ranges, etc.

Value

(fill in later)

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

The Seabird CTD instrument is described at http://www.seabird.com/products/spec_sheets/19plusdata.htm.

See Also

The ctd object may be read with read.ctd.

Examples

## Not run: 
library(oce)
profile <- read.ctd("/usr/local/lib/R/library/oce/demo/ctdprofile.cnv")
summary.ctd(profile)
summary(profile)
## End(Not run)

[Package oce version 0.1.59 Index]