plot_track_status: Visualize when targets were tracked

View source: R/plot_track_status.R

plot_track_statusR Documentation

Visualize when targets were tracked

Description

Plot truth data, color coded to show whether target was tracked

Usage

plot_track_status(
  scenario,
  scalePoints = 1,
  textSize = 3,
  showFalseTracks = TRUE,
  hideLegend = FALSE
)

Arguments

scenario

MUST contain targetTruth and assignmentData (from target_assignment())

scalePoints

a scale to set the size of all of points in the figure. scalePoints affects all of the plotted objects. This is useful in figures with more or fewer data points

textSize

size of label text

showFalseTracks

plot false tracks as semi-tranparent black dots (default = TRUE)

hideLegend

hides the legend to make the graph easier to read (default=FALSE)

Value

ggplot object

Examples

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

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