plot.ltraj: Graphical Display of an Object of Class "ltraj"

plot.ltrajR Documentation

Graphical Display of an Object of Class "ltraj"

Description

plot.ltraj allows various graphical displays of the trajectories.

Usage

## S3 method for class 'ltraj'
plot(x, id = unique(unlist(lapply(x, attr, which = "id"))),
           burst = unlist(lapply(x, attr, which = "burst")), spixdf = NULL,
           spoldf = NULL, xlim = NULL, ylim = NULL, colspixdf =
           gray((240:1)/256), colspoldf = "green",  addpoints = TRUE,
           addlines = TRUE, perani = TRUE, final = TRUE, ...)

Arguments

x

an object of class ltraj

id

a character vector containing the identity of the individuals of interest

burst

a character vector containing the burst levels of interest

spixdf

an object of class SpatialPixelsDataFrame

spoldf

an object of class SpatialPolygons

xlim

the ranges to be encompassed by the x axis

ylim

the ranges to be encompassed by the y axis

colspixdf

a character vector giving the colors of the map spixdf

colspoldf

a character vector giving the colors of the polygon contour map, when spoldf is not NULL

addpoints

logical. If TRUE, points corresponding to each relocation are drawn

addlines

logical. If TRUE, points corresponding to each relocation are drawn

perani

logical. If TRUE, one plot is drawn for each value of id, and the several bursts are superposed on the same plot for a given animal. If FALSE, one plot is drawn for each value of burst

final

logical. If TRUE, the initial and final relocations of each burst are indicated in blue and red, respectively

...

arguments to be passed to the generic function plot

Author(s)

Clement Calenge clement.calenge@ofb.gouv.fr

See Also

For further information on the class ltraj, ltraj.

Examples


data(puechcirc)

plot(puechcirc)
plot(puechcirc, perani = FALSE)
plot(puechcirc, id = "JE93", perani = FALSE)

data(puechabonsp)
plot(puechcirc, perani = FALSE, spixdf = puechabonsp$map[,1])

cont <- getcontour(puechabonsp$map[,1])
plot(puechcirc, spoldf = cont)


adehabitatLT documentation built on April 6, 2023, 5:18 p.m.