search for: getvolumeud

Displaying 3 results from an estimated 3 matches for "getvolumeud".

Did you mean: getvolume
2010 Jul 27
0
Problems with the function image()
...home-ranges and would like to visualize them with the function image(). The xy-values consist of longitude and latitude data. example:       x        y 36154.97 355143.0   R-code: xy<-hares[,c("x","y")] id<-hares[,"date"]   (ud1 <- kernelUD(xy, id)) ud2 <- getvolumeUD(ud1) image(ud2)   My problem is that the image of the contours is cut at the edges. I tried to include the largest and smalest xy values with xlim and ylim. The contours shift on the Graphics Device of R, but the contours are still cut.   Can anybody help with this problem? Thanky you very much! Re...
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
...er extent parameter #> Warning in kernel.area(BRBdat, unout = "km2"): The grid is too small to allow the estimation of home-range #> for the following value of percent: 30,35,40,45,50,55,60,65,70,75,80,85,90,95. You should rerun kernelUD with a larger extent parameter #> Error in getvolumeUD(x, standardize = standardize): NA/NaN/Inf in foreign function call (arg 1) result #> [,1] [,2] [,3] #> [1,] 0.02271428 0.01841934 NA #> [2,] 0.02916494 0.02374206 NA #> [3,] 0.03599915 0.02943263 NA #> [4,] 0.04326174 0.03558258 NA #> [5,] 0.05102744...
2017 Aug 19
4
My very first loop!! I failed. May I have some start-up aid?
Dear all, I have a data similar to this: myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"), Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00", "25.09.2012 10:00"), Longitude=c("8.481","8.482","8.483","8.481"),