BayesianReasoning (version 0.4.0)

.plot_overlay_area: .plot_overlay_area

Description

Add area overlay to PPV_heatmap plot

Usage

.plot_overlay_area(
  PPV_NPV = "PPV",
  one_out_of = TRUE,
  min_Prevalence,
  max_Prevalence,
  min_FP = 0,
  max_FP,
  max_FN,
  min_FN,
  PPV_melted,
  steps_matrix = 100,
  decimals_x,
  decimals_y,
  label_title = "",
  label_subtitle = "",
  translated_labels = translated_labels,
  Language = "en",
  Sensitivity,
  Specificity,
  uncertainty_prevalence = "low",
  overlay_prevalence_1,
  overlay_prevalence_2,
  overlay_position_FP,
  overlay_position_FN,
  overlay_labels = "",
  overlay_extra_info = FALSE,
  ...
)

Arguments

PPV_NPV

.

one_out_of

.

min_Prevalence

[x] out of y prevalence of disease

max_Prevalence

x out of [y] prevalence of disease

min_FP

.

max_FP

.

max_FN

.

min_FN

.

PPV_melted

.

steps_matrix

.

decimals_x

.

decimals_y

.

label_title

.

label_subtitle

.

translated_labels

.

Language

.

Sensitivity

.

Specificity

.

uncertainty_prevalence

.

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

.

overlay_labels

vector with labels for each overlay point

overlay_extra_info

show extra info in overlay? [TRUE/FALSE]

...

.