plot_coverage_by_target: Plot track coverage by target

View source: R/plot_coverage_by_target.R

plot_coverage_by_targetR Documentation

Plot track coverage by target

Description

This figure shows which targets were tracked by which radar track over time.

Usage

plot_coverage_by_target(scenario, labelOffset = 0.1, textSize = 3)

Arguments

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

Value

ggplot object

Examples

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

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