ltraj_move2 {wildlifeDI}R Documentation

Convert ltraj to move2 object

Description

The function ltraj_move2 is a simple function for quickly converting ltraj to move2 objects.

Usage

ltraj_move2(ltraj)

Arguments

ltraj

an object of the class ltraj which contains the time-stamped movement fixes of the object. For more information on objects of this type see help(ltraj).

Details

The function ltraj_move2 can be used to convert an ltraj object into an move2 object.

Value

A move2 object.

See Also

move2_ltraj

Examples

data(deer)
deer_ltraj <- move2_ltraj(deer)
deer_move <- ltraj_move2(deer_ltraj)


[Package wildlifeDI version 1.0.0 Index]