robinAUC {robin} | R 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:
|
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)
[Package robin version 1.2.0 Index]