icon_test {RITAN} | R Documentation |
"icon" is an abbreviation for the "interconnectivity" of a network or graph.
icon_test(n1 = NULL, n2 = NULL, s = 100, verbose = TRUE, ...)
n1 |
[NULL] the first network. See network_overlap(). |
n2 |
[NULL] the second network. See network_overlap(). |
s |
[100] teh number of random permutations to make. |
verbose |
[TRUE] If optional text describing what the algorithm is doing should be shown in the console. |
... |
Additional argumetns are passed on to the specific test performed |
This function handles different inputs and directs them to the appropriate "icon" testing method. Depending on the values given to "n1" and "n2," a different specific test is performed.
Note that the specific functions called make use of the "param" attribute of each input. These parameters are populated by network_overlap() so that the permutation reflects the exact procedure that was done to generate "n1" and/or "n2."
## Not run: icon_test( n1=n, s=10) ## End(Not run)