Learn R Programming

wildlifeDI (version 1.0.0)

ltraj_move2: 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)

Value

A move2 object.

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.

See Also

move2_ltraj

Examples

Run this code
data(deer)
deer_ltraj <- move2_ltraj(deer)
deer_move <- ltraj_move2(deer_ltraj)

Run the code above in your browser using DataLab