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 move2 which contains the time-stamped movement fixes of the object. For more information on objects of this type see help(move2).

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]