Hello,

I'm very new in working on R and maybe that's a simple thing I'm trying to
do, but I am really stuck.

I have  a data point set of animal tracking coordinates and I have
implemented a kernel utilization distribution analysis in order to find the
home range for 95% of the relocation data. I have used the ud.kde() and
hr.kde() functions of the "wild1" package, so I have a number of polygons
(peaks of kernel density) as an object of the following class:

> class(homerange)
[1] "Polygons"
attr(,"package")
[1] "sp"

My question is how can I extract the point coordinates within each
polygon-circle? Because, the home range coordinates are arbitrary points
contouring the real data points.

Hope it's clear,

Despina

--
View this message in context: 
http://r.789695.n4.nabble.com/Extract-data-point-coordinates-from-kernel-home-range-estimation-tp4424107p4424107.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to