Displaying 1 result from an estimated 1 matches for "contoursizes".
Did you mean:
contourlines
2012 Dec 03
1
Resampling Help Needed
...<-min(a$X)-25
minY<-min(a$Y)-25
minZ<-0
maxX<-max(a$X)+25
maxY<-max(a$Y)+25
maxZ<-max(a$Z)+5
#creates kernel utilization distribution
fhata <- kde(x=a, H=Ha, binned=FALSE, xmin=c(minX,minY,minZ),
xmax=c(maxX,maxY,maxZ))
#calculates territory volume at 95% isopleth
Vol95<-contourSizes(fhata, cont=95)
--
View this message in context: http://r.789695.n4.nabble.com/Resampling-Help-Needed-tp4651973.html
Sent from the R help mailing list archive at Nabble.com.