summarize_time_exists: Summarize truth data for targets

View source: R/summarize_time_exists.R

summarize_time_existsR Documentation

Summarize truth data for targets

Description

Table showing how long each target existed (according to truth data)

Usage

summarize_time_exists(scenario)

Arguments

scenario

must contain targetTruth and/or ownShipTruth

Value

data frame containing a summary of how long each target existed (i.e., how much truth data exists for each target)

  • "truthID": Name of target

  • "startTime": First recorded time for each target

  • "stopTime": Last recorded time for each target

  • "timeExists": difference between stopTime and startTime (in seconds)

Examples

summarize_time_exists(example1_scenario)

battleVerse/scenarioMaker documentation built on July 16, 2024, 4:21 a.m.