estimate_hr | R Documentation |
Estimates home range areas for each simulated movement dataset using
the Autocorrelated Kernel Density Estimator (AKDE) via
ctmm::akde()
. This function is intended for use within simulation
workflows where home range calculations are needed for each simulated
individual.
estimate_hr(rv)
rv |
A
Each movement dataset in |
A named list of ctmm
objects, each representing an AKDE home range
estimate for the corresponding simulation. If AKDE estimation fails
for a simulation (e.g., due to poor model fit or data issues), the
result for that simulation will be NULL
.
This function is intended for internal use and may assume inputs follow specific structure and constraints not referenced explicitly.
ctmm::akde()
for details on home range estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.