BayesianReasoning (version 0.3.2)

.plot_overlay_area: .plot_overlay_area

Description

Add area overlay to PPV_heatmap plot

Usage

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

Arguments

PPV_melted

.

uncertainty_prevalence

.

Min_Prevalence

[x] out of y prevalence of disease

Max_Prevalence

x out of [y] prevalence of disease

Sensitivity

.

Min_FP

.

Max_FP

.

overlay_labels

.

PPV_NPV

.

overlay_prevalence_1

[x] out of y prevalence of disease for the overlay

overlay_prevalence_2

x out of [y] prevalence of disease for the overlay

overlay_position_FP

.

overlay_position_FN

.

decimals_x

.

decimals_y

.

prevalence_label

.

legend_label

.

label_title

.

label_subtitle

.

x_axis_label

.

y_axis_label

.