plot_value_compare: Plot value comparisons

Description Usage Arguments Value

View source: R/plot_value_compare.R

Description

The function plots a scatter

Usage

1
2
3
4
5
6
7
8
plot_value_compare(
  aucA,
  aucB,
  xlab = "AUROC",
  ylab = "AUROC",
  xlim = c(0, 1),
  ylim = c(0, 1)
)

Arguments

aucA

numeric array of aucs

aucB

numeric array of aucs

xlab

string label

ylab

string label

xlim

range of values for xaxis

ylim

range of values for yaxis

Value

null


EGAD documentation built on Nov. 8, 2020, 8:31 p.m.