powered by
This function allows a graphical examination of the changes in descriptive parameters in objects of class ltraj
ltraj
plotltr(x, which = "dist", pch = 16, cex = 0.7, addlines = TRUE, addpoints = TRUE,...)
An object of class ltraj
a character string giving any syntactically correct R expression implying the descriptive elements in x or the variables in the optional attribute infolocs.
x
infolocs
the type of points on the plot (see help(par)).
help(par)
the size of points on the plot (see help(par)).
logical. Indicates whether lines should be added to the plot.
logical. Indicates whether points should be added to the plot.
additional parameters to be passed to the generic function plot
plot
Clement Calenge clement.calenge@ofb.gouv.fr
ltraj for additional information about objects of class ltraj, and sliwinltr for a sliding window smoothing
sliwinltr
data(puechcirc) plotltr(puechcirc, "cos(rel.angle)") plotltr(puechcirc, "dist") plotltr(puechcirc, "dx")
Run the code above in your browser using DataLab