Description Usage Arguments Value Author(s)
This function makes the shortest path matrices for both graphs and determines the correlation between pairwise distance.
1 | test_congruence(graph1, graph2, method = c("distance", "combinatorial")[1])
|
graph1 |
An object of type |
graph2 |
An object of type |
method |
An option on how congruence is to be estimated possible values are 'distance' (a measure of similarity in separation of nodes independent of connectivity, the default) 'structural' a measure of similarity in actual edges, and 'combinatorial' a combinatorial measure of similarity. |
A non-parametric rank sum test
Rodney J. Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.