typeII2typeI {adehabitat}R Documentation

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)

Arguments

x a object of class "ltraj" of type II

Value

An object of class "ltraj"

Author(s)

Clement Calenge clement.calenge@oncfs.gouv.fr

See Also

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

Examples

data(puechcirc)
puechcirc
typeII2typeI(puechcirc)

[Package adehabitat version 1.8.3 Index]