xytb2ltraj: xytb class conversion to ltraj object

Description Usage Arguments Value Author(s) Examples

View source: R/xytb-class.R

Description

The function converts a xytb object to a ltraj object as defined in the adehabitatLT package (see https://CRAN.R-project.org/package=adehabitatLT as.ltraj).

Usage

1

Arguments

xytb

An xytb object

Value

A ltraj object with behavioural information recorded in the infoloc

Author(s)

Laurent Dubroca

Examples

1
2
3
4
5
6
#track_CAGA_005 is a dataset
xytb<-xytb(track_CAGA_005,"a track",3,.5)
ltraj<-xytb2ltraj(xytb)
#all adehabitatLT function are now available
summary(ltraj)
plot(ltraj)

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