Description Usage Arguments Value
Calculate the importance of a node in a graph
1 2 3 | getNodesImportance(graph, nodes = NULL, measurements = c("DFC", "DCC",
"DDC", "DC", "CC", "BC"), componentType = "weak", pathType = "all",
directed = FALSE, normalized = TRUE)
|
componentType |
character string, either weak or strong; for directed graphs, weak implies weakly, strong strongly connected components to search. |
pathType |
defined the types of the paths used for measuring the distance in directed graphs. |
directed |
whether the graph is directed or undirected; |
normalized |
whether to rescale the results to [0,1] |
g |
an igraph object |
measurement |
DFC, DCC, DDC, DC, CC, BC |
a importance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.