edge.diss | R Documentation |
Compute the dissimilarity between the edge sets of two networks via:
maximum overlap: |x y| / max{|x|,|y|}
jaccard index (default): |x y|/(|x U y|)
Input networks do not have to have the same node sets.
edge.diss(x, y, metric = "jaccard", otux = NULL, otuy = NULL)
x |
pxp adjacency matrix ( |
y |
other qxq adjacency matrix ( |
metric |
'jaccard' or 'max' |
otux |
taxa names of adjacency x |
otuy |
taxa names of adjacency y |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.