estimate_hr {movedesign} | R Documentation |
Estimate home range
Description
Estimates home range areas with the Autocorrelated Kernel Density Estimator (AKDE) for each simulated movement dataset using the fitted movement models.
Usage
estimate_hr(rv)
Arguments
rv |
A reactive values list containing:
|
Details
The function applies ctmm::akde()
to estimate home range areas while handling
potential warnings and errors gracefully. Any failed computations return NULL
.
Value
A named list of ctmm
objects, one per simulation.
[Package movedesign version 0.3.1 Index]