Centrality | R Documentation |
estimate the node Strength, Betweenness and Closeness of a network
Centrality(network_G, include = "all", ...)
network_G |
a qgraph object, could also be the result of quickNet. |
include |
a vector of measures to include. if missing all measures available will be included. Not included by default are "Closeness", "Betweenness", "ExpectedInfluence", "OutExpectedInfluence", and "InExpectedInfluence". Can also be "all" or "All" to include all available centrality measures. |
... |
other parameters from |
a list contains the centrality information:
centralityPlot:
the result of qgraph::centralityPlot
.
centrailty_data:
the result of qgraph::centrality
.
data('mtcars')
Centrality <- Centrality(quickNet(mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.