Description Usage Arguments Value References Examples
View source: R/compute_effective.R
This function computes the effective resistance, a concept of dissimilarity for nodes. A notable characteristic is that the square root of effective resistance values for a given network induces a metric structure of a graph. For simplicity, this function only accepts a network of \lbrace 0, 1 \rbrace binary edges.
1 | effective(graph)
|
graph |
one of the followings; (1) an |
an (N\times N) matrix of pairwise effective resistance values.
young_new_2016T4network
\insertRefyoung_new_2016-1T4network
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.