robinAUC | R Documentation |
This function calculates the area under two curves with a spline approach.
robinAUC(x, verbose = FALSE)
x |
A robin class object. The output of the functions:
|
verbose |
flag for verbose output (default as FALSE). |
A list
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.