estimate_hr: Estimate home range

View source: R/fct_analyses.R

estimate_hrR 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:

  • simList - A list of simulated movement datasets.

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

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.


movedesign documentation built on June 24, 2025, 9:07 a.m.