Skip to contents

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:

  • simList - A list of simulated movement datasets.

  • simfitList - A list of fitted movement models corresponding to simList.

Value

A named list of ctmm objects, one per simulation.

Details

The function applies ctmm::akde() to estimate home range areas while handling potential warnings and errors gracefully. Any failed computations return NULL.