plotltr | R Documentation |
This function allows a graphical examination of the changes in
descriptive parameters in objects of class ltraj
plotltr(x, which = "dist", pch = 16, cex = 0.7, addlines = TRUE,
addpoints = TRUE,...)
x |
An object of class |
which |
a character string giving any syntactically correct R
expression implying the descriptive elements in |
pch |
the type of points on the plot (see |
cex |
the size of points on the plot (see |
addlines |
logical. Indicates whether lines should be added to the plot. |
addpoints |
logical. Indicates whether points should be added to the plot. |
... |
additional parameters to be passed to the generic
function |
Clement Calenge clement.calenge@ofb.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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.