homerange.Rd
Estimates the range distributions and suitability from telemetry
data and a continuous-time movement model.
2D timeseries telemetry data represented as a telemetry
object.
A ctmm
movement model from the output of ctmm.fit
.
Which range distribution method to use. Can be "AKDE" or "AGDE".
Arguments passed to the method call or bandwidth
.
A named list of raster covariates if CTMM
contains an RSF model
Not yet supported.
Target probability error.
Number of grid points along each axis, relative to the location covariance.
Grid specification via raster
, UD
, or list of arguments (See akde
for details).
Confidence level for output confidence intervals.
Calculate the log(suitability).
homerange
is a wrapper function that calls either akde
or agde
. Please consult akde
for further details on method="AKDE"
.
suitability
calculates a suitability raster from an rsf.fit
object. Population RSF fit objects calculated from mean
will produce a suitability estimate of the population.
agde
calculates autocorrelated Gaussian and RSF home-range areas.
homerange
and agde
return a UD
object. suitability
returns a brick
object.