[R-sig-Geo] adehabitatHR kernalBB batch processing

Phil H pharriso at uwaterloo.ca
Mon Sep 16 20:53:04 CEST 2013


Hi,

#I find that the code above does work ok to pull out individual liker
values...

sig255 <- liker(ltraj, sig2 = 255, rangesig1 = c(0, 1000))
tataall <- lapply(seq_along(ltraj), function(x) kernelbb(ltraj[x],
sig1=sig255[[x]]$sig1, sig2=sig255[[x]]$sig2, grid=100, byburst=T)) 

#however you do need to recast is back to the estUDm format with

class(tataall) <- "estUDm"


#plus you need to rename the stuff again I believe before you can run the
getverticesHR function
names(tataall)<-id(ltraj)




--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/adehabitatHR-kernalBB-batch-processing-tp7583119p7584640.html
Sent from the R-sig-geo mailing list archive at Nabble.com.



More information about the R-sig-Geo mailing list