Description Usage Arguments Value Author(s) Examples
Re-calculate PageRank with updated damping factor, personalized vector and edge weights.
1 | adjust_graph(graph, damping = 0.85, personalized = NULL, weights = NULL)
|
graph |
(igraph) The graph to be adjusted. |
damping |
(numeric) Damping factor. |
personalized |
(numeric) Personalized vector. |
weights |
(numeric) Weight vector. |
(igraph) Network with updated "pagerank" as vertex attribute.
DING, HONGXU (hd2326@columbia.edu)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.