BayesianReasoning (version 0.3.2)

.plot_overlay_line: .plot_overlay_line

Description

Add line overlay to PPV_heatmap plot

Usage

.plot_overlay_line(
  PPV_melted,
  uncertainty_prevalence = "low",
  PPV_NPV,
  Min_Prevalence,
  Max_Prevalence,
  Max_FP,
  Sensitivity,
  overlay_prevalence_1,
  overlay_prevalence_2,
  overlay_position_FP,
  overlay_position_FN,
  overlay_labels,
  label_title,
  label_subtitle,
  legend_label,
  decimals_x,
  decimals_y,
  prevalence_label,
  x_axis_label,
  y_axis_label
)

Arguments

PPV_melted

DF

uncertainty_prevalence

How big the uncertainty area should be: ["low" or "high"]

PPV_NPV

.

Min_Prevalence

[x] out of y prevalence of disease

Max_Prevalence

x out of [y] prevalence of disease

Max_FP

.

Sensitivity

.

overlay_prevalence_1

vector with [x] out of y prevalence of disease

overlay_prevalence_2

vector with x out of [y] prevalence of disease

overlay_position_FP

.

overlay_position_FN

.

overlay_labels

vector with labels for each overlay point

label_title

.

label_subtitle

.

legend_label

.

decimals_x

.

decimals_y

.

prevalence_label

.

x_axis_label

.

y_axis_label

.