ltraj_move2: Convert ltraj to move2 object

View source: R/ltraj_move2.R

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


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