move2_ltraj: Convert move2 to ltraj object

View source: R/move2_ltraj.R

move2_ltrajR 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)


jedalong/wildlifeDI documentation built on April 13, 2024, 2:20 p.m.