ctdUpdateHeader {oce} | R Documentation |
Update the header of a ctd
object
ctdUpdateHeader(x, debug=FALSE)
x |
A |
debug |
Set to |
Update the header of a ctd
object, e.g. adjusting
nvalues
and the span
of each column. This is done
automatically by ctdTrim
, for example.
A new ctd
object.
Dan Kelley
The Seabird CTD instrument is described at http://www.seabird.com/products/spec_sheets/19plusdata.htm.
The documentation for ctd-class
explains the structure
of CTD objects, and also outlines the other functions dealing with them.
library(oce) data(ctd) ctd[["pressure"]] <- ctd[["pressure"]] + 3 ctdNew <- ctdUpdateHeader(ctd)