Description Usage Arguments Details Value
Contstruct coherant individual movement paths from tag detection history dataframe
1 2 3 4 5 6 7 8 |
detdf |
a dataframe of detections |
TagID_col |
column containing unique fish identification codes |
Station_col |
column containing unique station codes or names |
Datetime_col |
column containing date and time of detection, in POSIXct format YYYY-MM-DD HH:MM:SS |
Threshold |
desired time threshold between station visits, in seconds. See details. |
allow_overlap |
logical, if TRUE the fish paths are allowed to overlap so long as the threshold has not been exceeded |
The time threshold allows you to delineate the period of time that detections can be separated from each other at a receiver and still be considered part of the same "stay" at that receiver. The default is 1 hour "('60*60')". If you set Threshold = "'60*60*2'", that means that after a fish arrives at a receiver, all detections that occur at that receiver within 2 hours of the first arrival are considered part of the same "stay" at that receiver.
dataframe with fishpaths for each tagID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.