Learn R Programming

adehabitatLT (version 0.3.28)

typeII2typeI: Change the Type of a Trajectory

Description

This function transforms a trajectory of type II (time recorded) into a trajectory of type I (time not recorded).

Usage

typeII2typeI(x)

Value

An object of class "ltraj"

Arguments

x

a object of class "ltraj" of type II

Author

Clement Calenge clement.calenge@ofb.gouv.fr

See Also

as.ltraj for additional information on the objects of class "ltraj"

Examples

Run this code
data(puechcirc)
puechcirc
typeII2typeI(puechcirc)

Run the code above in your browser using DataLab