c.ltraj {adehabitat}R Documentation

Combine Bursts of Relocations in Objects of Class "ltraj"

Description

This function combines several objects of class ltraj.

Usage

c.ltraj(...)

Arguments

... objects of class ltraj to be combined

Value

An object of class ltraj.

Author(s)

Clément Calenge calenge@biomserv.univ-lyon1.fr

See Also

as.ltraj for further information on the class ltraj, Extract.ltraj to extract or replace bursts of relocations, plot.ltraj for graphical displays, gdltraj to specify a time period

Examples


data(puechcirc)

(i <- puechcirc[1])
(j <- puechcirc[4])

(toto <- c(i,j))


[Package adehabitat version 1.4 Index]