Usage
calibrateSpeed(x, tau=0.1, contour.level=0.1, z=0, bad=c(0, 0),
main=slot(getTDR(x), "file"), coefs, plot=TRUE,
postscript=FALSE, ...)Arguments
tau
numeric scalar: quantile on which to regress speed on rate
of depth change; passed to rq. contour.level
numeric scalar: the mesh obtained from the
bivariate kernel density estimation corresponding to this contour
will be used for the quantile regression to define the calibration
line.
z
numeric scalar: only changes in depth larger than this value
will be used for calibration.
bad
numeric vector of length 2 indicating that only rates of
depth change and speed greater than the given value should be used
for calibration, respectively.
coefs
numeric: known speed calibration coefficients from
quantile regression as a vector of length 2 (intercept, slope). If
provided, these coefficients are used for calibrating speed,
ignoring all other arguments, except x.
plot
logical: whether to plot the results.
postscript
logical: whether to produce postscript file output.