ltraj2xytb {m2b}R Documentation

ltraj object conversion to xytb object

Description

The function converts a ltraj object to a xytb object (see https://CRAN.R-project.org/package=adehabitatLT and xytb-class).

Usage

ltraj2xytb(ltraj, desc = "ltraj object convert to xytb")

Arguments

ltraj

A ltraj object

desc

General descriptor of the data

Value

A xytb object with behavioural information taken from the infolocs (aka ltraj object should correspond the an export of xytb object in ltraj).

Author(s)

Laurent Dubroca

Examples

#track_CAGA_005 is a dataset
xytb<-xytb(track_CAGA_005,"a track",3,.5)
ltraj<-xytb2ltraj(xytb)
xytb2<-ltraj2xytb(ltraj,"a track")

[Package m2b version 1.0 Index]