estimate_speed {movedesign}R 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.


[Package movedesign version 0.3.1 Index]