robinAUC: robinAUC

View source: R/ROBIN.R

robinAUCR Documentation

robinAUC

Description

This function calculates the area under two curves with a spline approach.

Usage

robinAUC(x, verbose = FALSE)

Arguments

x

A robin class object. The output of the functions: robinRobust and robinCompare.

verbose

flag for verbose output (default as FALSE).

Value

A list

Examples

my_file <- system.file("example/football.gml", package="robin")
graph <- prepGraph(file=my_file, file.format="gml")
graphRandom <- random(graph=graph)
proc <- robinRobust(graph=graph, graphRandom=graphRandom, method="louvain",
measure="vi")
robinAUC(proc)

robin documentation built on June 24, 2024, 5:11 p.m.