Skip to contents

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.

Value

A named list of ctmm objects, one per simulation.

Details

The function applies ctmm::speed() to estimate movement speed while handling potential warnings and errors gracefully.