Description Usage Arguments Value
View source: R/polynomial-dissimilarity.R
Compares polynomials relating to the eigenvalues of the adjacency matrices
1 | dist_polynomial_dissimilarity(graph_1, graph_2, k = 5, alpha = 1)
|
graph_1 |
igraph or matrix object. |
graph_2 |
igraph or matrix object. |
k |
Numeric maximum degree of the polynomial. |
alpha |
Numeric weighting factor. |
A numeric polynomial dissimilarity between graph_1, graph_2 in a structure dist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.