View source: R/summarize_time_exists.R
summarize_time_exists | R Documentation |
Table showing how long each target existed (according to truth data)
summarize_time_exists(scenario)
scenario |
must contain targetTruth and/or ownShipTruth |
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)
summarize_time_exists(example1_scenario)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.