xytb2hmm: xytb object conversion to moveHMM object

Description Usage Arguments Value Author(s) Examples

Description

The function converts a xytb object to a moveHMM dataframe (see https://CRAN.R-project.org/package=moveHMM and prepData).

Usage

1

Arguments

xytb

A xytb object

Value

A dataframe ready to be used by the function of the 'moveHMM'

Author(s)

Laurent Dubroca

Examples

1
2
3
4
5
6
7
#track_CAGA_005 is a dataset
xytb<-xytb(track_CAGA_005,"a track",3,.5)
xyhmm <-xytb2hmm(xytb)
#then you can use moveHMM functions
if(requireNamespace("moveHMM")){
	plot(xyhmm)
}

m2b documentation built on May 2, 2019, 10:22 a.m.