checkImpassables | R Documentation |
Find out if a tag moved in an impossible direction
checkImpassables(
movements,
tag,
bio,
spatial,
detections,
dotmat,
GUI,
save.tables.locally,
n
)
movements |
The movements table for a specific tag. |
tag |
The tag being analysed. |
bio |
A table with the tags and biometrics of the studied animals. |
spatial |
A list of spatial objects in the study area. |
detections |
The detections data.frame for a specific tag. |
dotmat |
The matrix of distances between arrays. |
GUI |
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". |
n |
A string indicating the overall progress. |
A list of movements with updated 'Valid' columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.