weiArith | R Documentation |
This weight function returns the inverse of the arithmetic average of the node degrees of an edge.
weiArith(a, b)
a |
node degree of one end of an edge |
b |
node degree of another end of an edge |
The weight uses the arithmetic average of the node degrees of an edge.
# For an edge where one end has a node degree of 5
# another end has a node degree of 6
weiArith(6, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.