ctdUpdateHeader {oce} | R Documentation |
WARNING: This function will be removed soon; see oce-deprecated.
ctdUpdateHeader(x, debug = FALSE)
x |
A |
debug |
an integer specifying whether debugging information is
to be printed during the processing. This is a general parameter that
is used by many |
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-class
object.
Dan Kelley
The Seabird CTD instrument is described at
http://www.seabird.com/products/spec_sheets/19plusdata.htm
.
Other functions that will be removed soon: addColumn
,
ctdAddColumn
, mapMeridians
,
mapZones
, oce.as.POSIXlt
library(oce) data(ctd) ctd[["pressure"]] <- ctd[["pressure"]] + 3 ctdNew <- ctdUpdateHeader(ctd)