estimate_speed: Estimate movement speed

View source: R/fct_analyses.R

estimate_speedR Documentation

Estimate movement speed

Description

Estimates movement speed using continuous-time speed and distance (CTSD) for each simulated movement dataset using the corresponding fitted movement model.

Usage

estimate_speed(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::speed() to estimate movement speed while handling potential warnings and errors gracefully.

Value

A named list of ctmm objects, one per simulation.


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