Description Usage Arguments Author(s) See Also Examples
plot.ltraj
allows various graphical displays of the
trajectories.
1 2 3 4 5 6 | ## S3 method for class 'ltraj'
plot(x, id = unique(unlist(lapply(x, attr, which = "id"))),
burst = unlist(lapply(x, attr, which = "burst")), asc = NULL,
area = NULL, xlim = NULL, ylim = NULL, colasc =
gray((240:1)/256), colpol = "green", addpoints = TRUE,
addlines = TRUE, perani = TRUE, final = TRUE, ...)
|
x |
an object of class |
id |
a character vector containing the identity of the individuals of interest |
burst |
a character vector containing the burst levels of interest |
asc |
an object of class |
area |
an object of class |
xlim |
the ranges to be encompassed by the x axis |
ylim |
the ranges to be encompassed by the y axis |
colasc |
a character vector giving the colors of the map of class
|
colpol |
a character vector giving the colors of the polygon contour
map, when |
addpoints |
logical. If |
addlines |
logical. If |
perani |
logical. If |
final |
logical. If |
... |
arguments to be passed to the generic
function |
Clement Calenge clement.calenge@oncfs.gouv.fr
For further information on the class ltraj
,
ltraj
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.