Learn R Programming

adehabitatLT (version 0.1)

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)

Arguments

x
a object of class "ltraj" of type II

Value

  • An object of class "ltraj"

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