Calculate time and speed since release.
speedReleaseToFirst(tag, bio, movements, dist.mat, speed.method)
The movement data frame containing time and speed from release to first event.
The tag ID of the animal currently being analysed
The biometrics table.
the movement dataframe for the tag being analysed.
A matrix of the distances between the deployed ALS.
Can take two forms: 'last to first' or 'last to last'. If 'last to first' (default), the last detection on the previous array is matched to the first detection on the target array to perform the calculations. If 'last to last', the last detection on ´the previous array is matched to the last detection on the target array to perform the calculations.