Usage
akde(data,CTMM,VMM=NULL,debias=TRUE,smooth=TRUE,error=0.001,res=10,grid=NULL,...)
Arguments
data
 2D timeseries telemetry data represented as a telemetry object. 
CTMM
A ctmm movement model from the output of ctmm.fit.
VMM
An optional vertical ctmm object for 3D home-range calculation.
debias
Debias the distribution for area estimation.
smooth
"Smooth" out errors from the data.
error
Target probability error.
res
Number of grid points along each axis, relative to the bandwidth.
grid
Optional grid specification with columns labeled x and y. Not yet supported.