Learn R Programming

adehabitatLT (version 0.3.28)

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

Description

This function combines several objects of class ltraj.

Usage

# S3 method for ltraj
c(...)

Value

An object of class ltraj.

Arguments

...

objects of class ltraj to be combined

Author

Clement Calenge clement.calenge@ofb.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

Run this code

data(puechcirc)

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

(toto <- c(i,j))

Run the code above in your browser using DataLab