plot_track_status_plotly: Visualize when targets were tracked with plotly

View source: R/plot_track_status_plotly.R

plot_track_status_plotlyR Documentation

Visualize when targets were tracked with plotly

Description

Plot truth data, color coded to show whether target was tracked. Colors indicate whether targets were tracked with zero, one, or multiple tracks at a time. Plotly figures are interactive, and users can zoom in, hover over data points for more info, and click to hide tracks or targets.

Usage

plot_track_status_plotly(scenario)

Arguments

scenario

MUST contain targetTruth and assignmentData (from target_assignment())

Value

plotly object

Examples

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

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