View source: R/plot_coverage_by_target.R
plot_coverage_by_target | R Documentation |
This figure shows which targets were tracked by which radar track over time.
plot_coverage_by_target(scenario, labelOffset = 0.1, textSize = 3)
scenario |
MUST contain assignmentData (from target_assignment()) |
labelOffset |
(default = 0.1) amount to offset label names from first or last point |
textSize |
size of label text |
ggplot object
plot_coverage_by_target(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.