<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi everyone!</div>

<div> </div>

<div>I hope this will be the last time I need to bother all of you with my home range overlap! I think the error I am experiencing occurs when creating the list and converting it to "estUDm". anid3 to anid7 are different spatialpointdataframes. I estimate the home range for every Animal with a specific bandwidth and than put them together in a list. When I use image(An3) for example I get a perfect picture of the home range. So is with every other animal. The following is the code I am using to calculate the overlap including the error I get:</div>

<div> </div>

<div>An3<- kernelUD(anid3, h=293, grid=ab)<br/>
An4<- kernelUD(anid4, h=38, grid=ab)<br/>
An5<- kernelUD(anid5, h=432, grid=ab)<br/>
An6<- kernelUD(anid6, h=386, grid=ab)<br/>
An7<- kernelUD(anid7, h=708, grid=ab)<br/>
An10<- kernelUD(anid10, h=270, grid=ab)<br/>
An11<- kernelUD(anid11, h=316, grid=ab)<br/>
listuds<-list(Tier3 = An3, Tier4 = An4, Tier5 = An5, Tier6 = An6, Tier7 = An7, Tier10 = An10, Tier11 = An11)<br/>
class(listuds)<-"estUDm"<br/>
kerneloverlaphr(listuds, method = "HR", percent =95, grid=ab)*100<br/>
Error in slot(x[[1]], "vol") : <br/>
  no slot of name "vol" for this object of class "estUDm"</div>

<div> </div>

<div>The biggest problem for me is, that I had to jump into home range analysis in R without getting to know the very basics. So please have patience with me</div>

<div> </div>

<div>Thank you all very much<br/>
Hagen</div>
</div></div></body></html>