View source: R/ACutils_export.R
Graph_distance | R Documentation |
Takes two matrices containing 0s and 1s and compute the number of elements that are different. The diagonal may or may not be checked.
Graph_distance(G1, G2, diag = F)
G1 |
binary matrix, only the upper part is used. |
G2 |
binary matrix, only the upper part is used. |
diag |
boolean, if the diagonal has to be checked or not |
the number of elements that are different
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.