ctmm
data formats into common sp
, raster
, and ESRI formats.# S4 method for UD
raster(x,DF="CDF",...)SpatialPoints.telemetry(object,...)
SpatialPolygonsDataFrame.UD(object,level.UD=0.95,level=0.95,...)
writeShapefile(object,...)
# S3 method for UD
writeShapefile(object,folder,file=UD@info$identity,level.UD=0.95,level=0.95,...)
UD
object. "PDF"
, probability mass function "PMF"
, or cumulative distribution function "CDF"
.telemetry
or UD
object. level.UD=0.50
. writeOGR
.raster.UD
returns a raster
of the maximum likelihood (ML) distribution function DF
.
DF=PDF
gives the average probability density per cell,
DF=PMF
gives the total probability per cell,
and DF=CDF
gives the cumulative probability. SpatialPoints.telemetry
returns a spatialPoints
object for the x
-y
locations. SpatialPolygonsDataFrame.UD
returns a SpatialPolygonsDataFrame
of the low, ML, and high home-range area estimates, in the appropriate order for plotting.writeShapefile.UD
writes a shapefile to disk, with polygons corresponding to the low, ML, and high home-range area estimates.akde
, as.telemetry
, occurrence
.