plot_overall_coverage: Plot overall target coverage

View source: R/plot_overall_coverage.R

plot_overall_coverageR Documentation

Plot overall target coverage

Description

This figure shows the overall coverage for each target over the course of the test.

Usage

plot_overall_coverage(scenario)

Arguments

scenario

MUST contain assignmentData (from target_assignment()) and target truth data

Value

ggplot object

Examples

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

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