Description Usage Arguments Details Value Examples
View source: R/interconnectivity_functions.R
"icon" is an abbreviation for the "interconnectivity" of a network or graph.
1 |
nodes1 |
[NULL] the first network. See network_overlap(). |
nodes2 |
[NULL] the second network. See network_overlap(). |
s |
[100] the number of random permutations to make. |
verbose |
[TRUE] Extent of text 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 "nodes1" and "nodes2," 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 "nodes1" and/or "nodes2."
metrics and significance of the network overlap
1 2 3 4 | ## Not run:
icon_test( nodes1=n, s=10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.