loggerPatm(x, dp=0.5)
logger
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)$.logger-class
explains the
structure of logger
objects, and also outlines the other functions
dealing with them.library(oce)
data(logger)
print(loggerPatm(logger))
Run the code above in your browser using DataLab