move2_ltraj {wildlifeDI} | R Documentation |
Convert move2 to ltraj object
Description
The function move2_ltraj
is a simple function for quickly converting move2
to ltraj
objects.
Usage
move2_ltraj(traj)
Arguments
traj |
an object of the class |
Details
The function move2_ltraj
can be used to convert a move2
object into a ltraj
object.
Value
A ltraj
object.
See Also
ltraj_move2
Examples
data(deer)
deer_ltraj <- move2_ltraj(deer)
[Package wildlifeDI version 1.0.0 Index]