build_AUC_plot: Internal function: Build an AUC ggplot2 object

Description Usage Arguments Value

View source: R/utils.R

Description

Internal function: Build an AUC ggplot2 object

Usage

1
2
3
4
5
6
7
8
9
build_AUC_plot(
  df,
  threshold,
  title = "",
  show.legend = FALSE,
  ylimit = c(-1, 1),
  yintercept = NULL,
  is_two_sided = TRUE
)

Arguments

df

A data frame consists of 'x', 'y', 'color', 'shape', 'label'

threshold

A numeric inherits 'threshold' in 'IAUC' and 'LAUC'

title

A character represents the plot's title

show.legend

Logical which controls the illustration of the legends

ylimit

A vector for lower and upper limits of y-axis

Value

A ggplot2 object


influenceAUC documentation built on July 1, 2020, 6 p.m.