multi_roc_with_ci: Plot multiple ROCs in one figure

multi_roc_with_ciR Documentation

Plot multiple ROCs in one figure

Description

Plot multiple ROCs in one figure

Usage

multi_roc_with_ci(
  scores,
  labels,
  font = "Arial",
  palette = "jama",
  legend.pos = c(0.4, 0.2),
  title = NULL,
  panel = NULL,
  color = NULL,
  ci = TRUE,
  SE.SP = FALSE
)

Arguments

scores

A list or a data.frame. If list, labels shoule also be a list

labels

A list or vector

font

Arial

palette

jama

color

specify the color manually

SE.SP

Whether to show SE and SP instead of CI of AUC

Examples

multi_roc_with_ci(rss, labels, font = "Arial", palette = "jama")

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.