robinFDATest | R Documentation |
The function implements the Interval Testing Procedure to test the difference between two curves.
robinFDATest(x, verbose = FALSE)
x |
A robin class object. The output of the functions:
|
verbose |
flag for verbose output (default as FALSE). |
Two plots: the fitted curves and the adjusted p-values. A vector of the adjusted p-values.
my_file <- system.file("example/football.gml", package="robin")
graph <- prepGraph(file=my_file, file.format="gml")
comp <- robinCompare(graph=graph, method1="fastGreedy",method2="infomap")
robinFDATest(comp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.