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