ltraj2xytb: ltraj object conversion to xytb object

Description Usage Arguments Value Author(s) Examples

View source: R/xytb-class.R

Description

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

Usage

1
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

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

ldbk/m2b documentation built on May 20, 2019, 11:29 p.m.