ctd.write {oce}R Documentation

Write a CTD data object as a .cnv file

Description

Write a CTD data object as a .cnv file.

Usage

ctd.write(object, file=stop("'file' must be specified"))

Arguments

object A ctd object, e.g. as read by read.ctd.
file Either a character string (the file name) or a connection. This is a mandatory argument.

Details

Writes a file in a format as for reading by read.ctd.

Author(s)

Dan Kelley

References

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

See Also

read.ctd.

Examples

library(oce)
data(ctd)
ctd.write(ctd, "ctd.cnv")

[Package oce version 0.1-76 Index]