estimate_speed | R Documentation |
Calculates continuous-time speed and distance (CTSD) for each simulated
movement dataset using its corresponding fitted movement model with
ctmm::speed()
. This function is designed for simulation workflows
where speed metrics are required for each simulated individual.
estimate_speed(rv)
rv |
A
Each element in |
A named list of speed estimates (ctmm
objects), with one entry per
simulation.For any simulation where speed estimation fails (e.g.,
due to model fitting issues or incompatible data), NULL
is returned
for that entry and omitted from the final output.
This function is intended for internal use and may assume inputs follow specific structure and constraints not referenced explicitly.
ctmm::speed()
for details on speed estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.