View source: R/summarize_truth_gaps.R
summarize_truth_gaps | R Documentation |
Table ennumerating gaps in truth data, measured in standard deviations
summarize_truth_gaps(scenario)
scenario |
must contain either or both: targetTruth, ownShipTruth, which MUST have the following columns:
|
Data frame containing a summary of how much time each target was tracked. The data frame contains the collowing variables:
"tgt" - Target name/identifier
"# Intervals Above 2x Median" - The number of track update intervals longer than twice the median
"# Intervals Above 5x Median" - The number of track update intervals longer than 5 times the median
"# Intervals Above 10x Median" - The number of track update intervals longer than 10 times the median
"Total # Intervals" - The total number of intervals for this target (this is just # truth points-1)
"Std Dev" - This is the standard deviation of the truth data intervals (single number for all targets).
summarize_truth_gaps(example1_scenario)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.