fx_rocPlot: Create AUC-ROC Plots

View source: R/fx_rocPlot.R

fx_rocPlotR Documentation

Create AUC-ROC Plots

Description

Create AUC-ROC plots

Usage

fx_rocPlot(
  modelObj = NULL,
  modelPerfObj = NULL,
  permPerfObj = NULL,
  title.text = NULL
)

Arguments

modelObj

model object, containing observed model performances.

modelPerfObj

object with summary measures of observed model performance.

permPerfObj

object with summary measures of permutation model performance.

model.type

string for title of ROC curve plot (string).

Value

ggplot object of ROC curve


fishpm/nruPredict documentation built on July 12, 2022, 3:22 p.m.