summarize_time_tracked: Summarize amount of time each target was tracked

View source: R/summarize_time_tracked.R

summarize_time_trackedR Documentation

Summarize amount of time each target was tracked

Description

Table showing when targets were detected

Usage

summarize_time_tracked(scenario)

Arguments

scenario

must contain assignmentData, the output of target_assignment()

Value

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

Examples

summarize_time_tracked(scenarioMaker::example1_scenario %>% target_assignment("point",cutoff=100))

battleVerse/nautilus documentation built on July 16, 2024, 4:20 a.m.