Closed birderboone closed 2 years ago
From a conversation from @rociojoo . Relative Angle should be added as well.
Hi, just jumping in here, I wonder whether dt
(difftime) is something that's already present and if you might want to add that?
Might help users separate data based on large time intervals, which could indicate missing data in between.
Yes, dt is already there :)
adehabitatLT
) or "turning angles" (Turchin for instance). (I personally advocate for "turn angles"). Assumes ordering of steps. If an sftraj
object is provided, there needs to be a check that the current step's start point is the same as the previous step's end point — but I would suggest not to reorder (can throw a warning if steps are not in order).step_dx
, step_turn_angle
, etc. as to only compute one metric on the file as a vector.step_metrcis
returns a data.frame
, it would be good to be able to select which metrics to return — and possibly leave the possibility for the user to rename those in the arguments. Closing this issue now that sftrack
is developed and on CRAN.
The
step_metrics()
attempts to calculate common metrics between successive steps in ansftrack
/sftraj
. Currently those are:What other standardized metrics should be calculated?