Description Usage Arguments Value Examples
Calculate the network distance of 'multi' and test the significance when 'perm' is defined.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
x |
An object of class 'mina' with 'multi' (and 'perm' if sig is TRUE) defined. |
method |
The distance to be calculated, "spectra" and "Jaccard" are available. |
evk |
The first 'evk' eigenvalues will be used for 'spectra' distance, the default is 100. |
egv |
Wheather to output the eigenvectors for Spectral distance, the defult is TRUE, only validate when 'method == "spectra"'. |
dir |
The folder to output the eigenvectors, only validate when 'egv == TRUE'. |
sig |
Whether to test the significance, if TRUE (by default), 'perm' is needed. |
skip |
Whether to skip the comparison when the dimenstion of adjacency matrix is smaller than setted 'evk'. |
... |
Additional parameters. |
x The same 'mina' object with 'net_dis' defined.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.