Learn R Programming

robin (version 2.0.0)

robinAUC: robinAUC

Description

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

Usage

robinAUC(x, verbose = FALSE)

Value

A list

Arguments

x

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

verbose

flag for verbose output (default as FALSE).

Examples

Run this code
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)

Run the code above in your browser using DataLab