hbrown: Estimates the value of h for a Brownian motion

Description Usage Arguments Value Author(s) See Also Examples

View source: R/hbrown.r

Description

hbrown estimates the scaling factor h (used in the Brownian motion, see help(simm.brown)) from a trajectory.

Usage

1
hbrown(x)

Arguments

x

an object of class ltraj

Value

a vector with one estimate per burst of the object of class ltraj.

Author(s)

Clement Calenge clement.calenge@oncfs.gouv.fr

See Also

simm.brown

Examples

1
2
3
4
5
toto <- simm.brown(1:200, h=4)
hbrown(toto)

toto <- simm.brown(1:200, h=20)
hbrown(toto)

adehabitat documentation built on Jan. 28, 2018, 5:02 p.m.