groupMovements | R Documentation |
Crawls trough the detections of each tag and groups them based on ALS arrays and time requirements.
groupMovements(
detections.list,
bio,
spatial,
speed.method,
max.interval,
tz,
dist.mat
)
detections.list |
A list of the detections split by each target tag. |
bio |
The biometrics table. |
spatial |
The spatial list. |
speed.method |
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. |
max.interval |
The number of minutes that must pass between detections for a new event to be created. Defaults to 60. |
tz |
The time zone of the study area. Must match one of the values
present in |
dist.mat |
A matrix of the distances between the deployed ALS. |
A list containing the movement events for each tag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.