Check if tags are jumping over arrays
checkJumpDistance(
movements,
tag,
release,
dotmat,
jump.warning,
jump.error,
GUI
)
The movements table
The tag being analysed
The release location of the animal
The matrix of distances between arrays
If a tag crosses a number of arrays equal or greater
than jump.error
without being detected, a warning is issued. If left
NULL (default), no warnings are issued.
If a tag crosses a number of arrays equal or greater than
jump.error
without being detected, user intervention is suggested.
If left NULL (default), user intervention is never suggested.
One of "needed", "always" or "never". If "needed", a new window is opened to inspect the movements only if the movements table is too big to be displayed in R's console. If "always", a graphical interface is always created when the possibility to invalidate events emerges. If "never", a graphical interface is never invoked. In this case, if the table to be displayed does not fit in R's console, a temporary file will be saved and the user will be prompted to open and examine that file. Defaults to "needed".
A list of movements with updated 'Valid' columns