Last chance! 50% off unlimited learning
Sale ends in
tdrPatm(x, dp=0.5)
tdr
object, or a list of pressures (in decibars).sap
, the median, the mean, and
the weighted mean.sap-dp
to
sap+dp
. Here, sap
=10.1325 dbar is standard sealevel
atmospheric pressure. Within this window, three measures of central
tendency are calculated: the median, the mean, and a weighted mean
that has weight given by $exp(-2*((p - sap) / dp)^2)$.tdr-class
explains the structure of
PT objects, and also outlines the other functions dealing with them.library(oce)
data(tdr)
print(tdrPatm(tdr))
Run the code above in your browser using DataLab