Description Usage Arguments Details Value See Also
Given a directed network and a mapping of nodes to communities, calculate the community profiles — the vector of probabilities that a node from one community cites other nodes in the network.
| 1 | community_profile(x, ..., self = TRUE)
 | 
| x | a matrix of citations (from columns to rows) or an igraph object | 
| ... | Further arguments passed to  | 
| self | logical. Include self-citations? If  | 
Profiles are computed by aggregating the out-links of nodes in each community, then scaling to sum to one. This means nodes with more out-links have greater influence on their community profiles.
A sparse matrix of community profiles. Each column corresponds to a community and each row to a node in the network.
merge_communities(), cprofile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.