Usage
as.pt(time, temperature, pressure,
filename="", instrumentType="rbr", serialNumber="", model="", pressureAtmospheric=NA,
processingLog, debug=getOption("oceDebug"))
Arguments
time
a vector of times for the data.
temperature
temperatures at the give times.
pressure
pressures at the give times.
filename
optional name of file containing the data
instrumentType
type of instrument
serialNumber
serial number for instrument
model
instrument model type, e.g. "RBRduo"
pressureAtmospheric
optional atmospheric pressure, in the same unit as seawater pressure
processingLog
if provided, the action item to be stored in the
log. (Typically only provided for internal calls; the default that
it provides is better for normal calls by a user.)
debug
a flag that can be set to TRUE
to turn on debugging.