splitDetections | R Documentation |
Splits the detections' table by tags and selects only detections from target tags
splitDetections(detections, bio, exclude.tags = NULL)
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. |
A list of detections for each tag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.