View source: R/plot_track_status.R
plot_track_status | R Documentation |
Plot truth data, color coded to show whether target was tracked
plot_track_status(
scenario,
scalePoints = 1,
textSize = 3,
showFalseTracks = TRUE,
hideLegend = FALSE
)
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) |
ggplot object
plot_track_status(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.