Learn R Programming

oce (version 0.9-3)

tdr-class: Class to store temperature-depth recorder data

Description

Class to store temperature-depth recorder data, with standard slots metadata, data and processingLog.

Arguments

Methods

Data may be accessed as e.g. tdr[["time"]], where the string could also be "pressure" or "temperature". Assignment to these can be made with e.g. tdr[["pressure"]] <- value, etc. Indeed, any quantity in the metadata slot or the data slot can be retrieved or updated in this way.

See Also

A tdr object may be read with read.tdr or created with as.tdr. Plots can be made with plot.tdr, while summary.tdr produces statistical summaries and show produces overviews. If atmospheric pressure has not been removed from the data, the functions tdrPatm may provide guidance as to its value. Similarly, if the record contains periods when the instrument was in the air, tdrTrim may prove useful in isolating the times when it was in the water. However, these last two functions are no equal to decent record-keeping at sea.