createNewEvents {actel} | R Documentation |
Upon invalidating detections, recombines the remaining valid detections into new events, and merges them with the remaining events.
Description
Upon invalidating detections, recombines the remaining valid detections into new events, and merges them with the remaining events.
Usage
createNewEvents(displayed.moves, all.moves, detections, event)
Arguments
displayed.moves |
The valid movements table for a specific tag. |
detections |
The detections data.frame for a specific tag. |
event |
The event selected for expansion. |
Value
A data frame containing the movements for the target tag
[Package actel version 1.3.0 Index]