splitDetections {actel} | R Documentation |
Split detections by tag
Description
Splits the detections' table by tags and selects only detections from target tags
Usage
splitDetections(detections, bio, exclude.tags = NULL)
Arguments
detections |
A data frame with all the detections. Supplied by loadDetections. |
bio |
A table with the tags and biometrics of the studied animals. |
exclude.tags |
A vector of tags that should be excluded from the detection data before any analyses are performed. Intended to be used if stray tags from a different code space but with the same signal as a target tag are detected in the study area. |
Value
A list of detections for each tag.
[Package actel version 1.3.0 Index]