Description Usage Arguments Value Warning Author(s) See Also Examples
Objects of class kver
are created by getverticeshr
and
getverticesclusthr
: they contain the vertices of the home range
estimated using either nearest neighbour clustering or kernel
estimation. An object of class kver
is list of data frames of
class area
.
plot.kver
is used to display the home-range contours defined in
an object of clss kver
.
kver.rast
is used to rasterize the home ranges.
kver2shapefile
is used to convert the home ranges into a
shapefile object (for exportation to a GIS).
1 2 3 4 5 6 |
kv,x |
an object of class |
asc |
a matrix of class |
which |
a vector of character indicating the polygons to be plotted |
colpol |
a vector of the color for filling the polygon. The default,
|
colborder |
a vector of the color to draw the border (black, by
default). Use |
lwd |
the border width, a positive number |
add |
logical. If |
... |
additional arguments to be passed to the function
|
kver.rast
returns an object of class asc
.
kver2shapefile
returns a shapefile object (can be exported
using the function write.shapefile
of the package
shapefiles
.
kver2shapefile
requires the packages shapefiles
.
Clement Calenge clement.calenge@oncfs.gouv.fr
getverticesclusthr
and
getverticeshr
for functions creating this class of
objects. area
for more information on objects of
class area
. asc
for more information on
objects of class asc
.
write.shapefile
for exportation of shape
files.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.