View source: R/IndexFunctions.R
betw_index | R Documentation |
Function that calculates the betweenness of each of the constructs. This is the number of times a geodesic path (shortest path) between two other constructs passes through that construct in the digraph.
betw_index(imp, norm = TRUE)
imp |
Subject's ImpGrid. It must be an S4 object imported by the
|
norm |
If TRUE, the values will be standardized. Default is TRUE. |
Returns a vector with the betweeness index for each of the constructs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.