View source: R/summarize_time_tracked.R
summarize_time_tracked | R Documentation |
Table showing when targets were detected
summarize_time_tracked(scenario)
scenario |
must contain assignmentData, the output of target_assignment() |
Data frame containing a summary of how much time each target was tracked. The data frame contains the collowing variables:
"tgt" - Target name/identifier
"Total Time Tracked" - The total amount of time that the target had at least one valid track
"# of Unique Tracks" - The number of segments that at one point were assigned to the target. If a track is assigned to target A, then jumps to target B, then returns to target A, then that would count as two unique tracks on target A.
"# of Tracked Sections" - Total number of sections covering the track. If target A is covered by track 1, and then track 2 covers target A before track 1 ends then that will count as only one tracked section.
"Time Detected" - the first time that a target is detected
"Tracking Ended" - the last time that a target is detected
summarize_time_tracked(scenarioMaker::example1_scenario %>% target_assignment("point",cutoff=100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.