View source: R/NetworkAnalysis.R
get_closeness | R Documentation |
Compute one or several closeness measure for facility networks.
get_closeness(graph, modes = "total")
graph |
an igraph object |
modes |
option passed on to igraph::closeness : "out", "in", "all", "total" |
a data.table containing the closeness measure
closeness
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.