Last chance! 50% off unlimited learning
Sale ends in
ctd
objectctdUpdateHeader(x, debug=FALSE)
ctd
object, e.g. as read by read.ctd
.TRUE
for debugging.ctd
object.ctd
object, e.g. adjusting
nvalues
and the span
of each column. This is done
automatically by ctdTrim
, for example.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)
Run the code above in your browser using DataLab