rqPlot {diveMove} | R Documentation |
Plot of quantile regression for assessing quality of velocity calibrations
rqPlot(rdepth, vel, rqFit, main="qtRegression", colramp=colorRampPalette(c("white", "darkblue")))
vel |
velocity in m/s. |
rdepth |
numeric vector with rate of depth change. |
rqFit |
object of class “rq” representing a quantile regression fit of rate of depth change on mean velocity. |
main |
string; title prefix to include in ouput plot. |
colramp |
function taking an integer n as an argument and returning n colors. |
The dashed line in the plot represents a reference indicating a one to one relationship between velocity and rate of depth change. The other line represent the quantile regression fit.
Sebastian P. Luque spluque@gmail.com
## Not run: plot((sealX <- readTDR(system.file(file.path("data", "sealMK8.csv"), package="diveMove")))) ## End(Not run)