View source: R/summarize_performance.R
summarize_performance | R Documentation |
Table showing when targets were detected
summarize_performance(scenario)
scenario |
must contain assignmentData, the output of target_assignment() |
data frame containing a summary of detection range and time, average error, average downrange error, average bearing error, and total number of sensor points for each target. The data frame contains the collowing variables:
"Tgt Name": Name of target
"Detection Range (km)": range at which the target was first detected
"Detection Time": time at which the target was first detected
"Avg Abs Position Error (m)": average absolute difference between target location and location of assigned sensor point
"Avg Abs Downrange Error (m)": average absolute difference between target range and range of assigned sensor point
"Avg Abs Bearing Error (deg)": average absolute difference between target bearing and bearing of assigned sensor point
"# of sensor points": total number of sensor points assigned to the target
summarize_performance(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.