Skip to content
Prev 3088 / 7420 Next

adehabitatLT - lavielle segmentation, first passage time

Hi Kylie,
You could use:

l2 <- lavielle(a1_lav[!is.na(a1_lavt$rXX), "rXX"],  Lmin=5,  Kmax=10)
chooseseg(l2)      # K=7 seems ok
fp2 <- findpath(l2,  7)

where a1_lavt is the ouptput from fpt() and a1_lavt$rXX is the FPT 
values at which you observed a peak of variance (=ARS behaviour at XX 
radius)

HTH

David

Le 30/05/2012 14:38, Kylie Scales a ?crit :