Description Usage Arguments Value See Also Examples
Given a utilization distribution, compute the polygons that contain a certain fraction of the UD.
1 | contourPolygons(ud, levels = 0.99)
|
ud |
The utilization distribution. |
levels |
The level(s) at which to compute contours. |
A list of SpatialPolygons
as defined in package sp
. Each element of the list represents the result for one utilization distribution from ud
. If multiple levels are requested, these are separate Polygons
in one element of the result list.
1 2 3 4 5 6 7 8 | data("vervet_monkeys", package="moveBB")
ud <- utilizationDistribution(monkey.tr)
#cp <- contourPolygons(ud, levels=c(0.95, 0.99))
#str(cp[[1]])
## Draw the home range for the first animal
#plot(cp[[1]], col=1:2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.