View source: R/plot_track_status_plotly.R
plot_track_status_plotly | R Documentation |
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.
plot_track_status_plotly(scenario)
scenario |
MUST contain targetTruth and assignmentData (from target_assignment()) |
plotly object
plot_track_status_plotly(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.