estUD-class | R Documentation |
This class is an extension of the class
SpatialPixelsDataFrame
of the package sp, and is designed to
store the utilization distribution of an animal
Objects of class "estUD
" can be created using the functions
kernelUD
and getvolumeUD
.
h
:Object of class "list"
containing all
information concerning the smoothing parameters used in the
estimation process
vol
:Object of class "logical"
indicating whether the mapped values coorespond to the UD
or to the volume under the UD (see ?kernelUD
)
data
:Object of class "data.frame"
containing the values of the UD
Class "SpatialPixelsDataFrame-class"
, directly.
signature(from = "estUD", to = "data.frame")
:
converts the object into a data frame
signature(object = "estUD")
: printing method of
the object
Clement Calenge clement.calenge@ofb.gouv.fr
SpatialPixelsDataFrame-class
for additional
information about this class, and kernelUD
for
additional information about the methods generating such objects.
## load the data
data(puechabonsp)
## estimate one UD for each animal
jj <- kernelUD(puechabonsp$relocs[,1])
image(jj)
jj
## Consider the first animal
jj[[1]]
class(jj[[1]])
image(jj[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.