Description Usage Arguments Examples
This function lists all elites nodes in a hypergraph determined by some criteria.
| 1 | elites(edgeList, nodeList, affiliationList, typeList, e)
 | 
| edgeList | A dataframe of network data where nodes are in the first column and affiliations are in the second column. Nodes are members of the affiliation that they are next to. | 
| nodeList | A dataframe where all node numbers and their respective names are listed. | 
| affiliationList | A dataframe where all affiliation numbers and their respective names are listed. | 
| typeList | Each affiliation is assigned a type; must be in order of affiliations. | 
| e | The number of aspects that a node exists in order for it to be determined as an elite. | 
| 1 | elites()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.