c.ltraj: Combine Bursts of Relocations in Objects of Class "ltraj"

Description Usage Arguments Value Author(s) See Also Examples

Description

This function combines several objects of class ltraj.

Usage

1
2
## S3 method for class 'ltraj'
c(...)

Arguments

...

objects of class ltraj to be combined

Value

An object of class ltraj.

Author(s)

Clement Calenge clement.calenge@oncfs.gouv.fr

See Also

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

Examples

1
2
3
4
5
6
data(puechcirc)

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

(toto <- c(i,j))

ClementCalenge/adehabitat documentation built on May 6, 2019, 12:02 p.m.