Skip to contents

Table listing all current movement processes used within the ctmm R package.

Usage

movmods

Format

An object of class "data.frame", with five rows and six variables: name, name_short, tau_p, tau_v, hrange, and pars.

References

Calabrese et al. (2016). Methods in Ecology and Evolution, 7(9), 1124-1132. (MEE)

name

Movement process names (e.g., "Ind. Ident. Distr. (IID)")

name_short

Abbreviated movement process names

tau_p

A Boolean denoting whether or not the movement process includes position autocorrelation

tau_v

A Boolean denoting whether or not the movement process includes velocity autocorrelation

hrange

A Boolean denoting whether or not the movement process includes range residency

pars

Character variable, to display autocorrelation parameters in HTML

...