plotltr {adehabitat} | R Documentation |
This function allows a graphical examination of the changes in
descriptive parameters in objects of class ltraj
plotltr(x, which = "dist", ...)
x |
An object of class ltraj |
which |
a character string giving any syntactically correct R
expression implying the descriptive elements in x . |
... |
additional parameters to be passed to the generic
function plot |
Clement Calenge clement.calenge@oncfs.gouv.fr
ltraj
for additional information about
objects of class ltraj
, and sliwinltr
for a
sliding window smoothing
data(puechcirc) plotltr(puechcirc, "cos(rel.angle)") plotltr(puechcirc, "dist") plotltr(puechcirc, "dx")