Learn R Programming

ctmm (version 0.3.5)

homerange:

Description

This function estimates the range distribution from telemetry data and a continuous-time movement model.

Usage

homerange(data,CTMM,method="AKDE",...)

Arguments

data
2D timeseries telemetry data represented as a telemetry object.
CTMM
A ctmm movement model from the output of ctmm.fit.
method
Which range distribution method to use. For now only "AKDE" is supported.
...
Arguments passed to the method call.

Value

Returns a UD object.

Details

Please consult akde for further details.

See Also

akde, raster,UD-method