View source: R/IndexFunctions.R
degree_index | R Documentation |
Function to calculate the centrality of the constructs. In this case, centrality is understood as the degree of connection that each construct maintains with the rest, i.e. the number of links for each vertex.
degree_index(imp, method = "simple")
imp |
Subject's ImpGrid. It must be an S4 object imported by the
|
method |
Method for calculating centrality. You can use the simple method with "simple", normalized with "norm", weighted with "weigth", normalized weighted with "wnorm" and the ego density method with "ego". Default is Simple Method. |
Returns a list with the centrality data by construct and separated by input degree, output degree and total degree (in and out).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.