ctd.write {oce} | R Documentation |
Write a CTD data object as a .cnv
file.
ctd.write(object, file=stop("'file' must be specified"))
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. |
Writes a file in a format as for reading by read.ctd
.
Dan Kelley
The Seabird CTD instrument is described at http://www.seabird.com/products/spec_sheets/19plusdata.htm.
library(oce) data(ctd) ctd.write(ctd, "ctd.cnv")