elites: Find all elites in the hypergraph

Description Usage Arguments Examples

Description

This function lists all elites nodes in a hypergraph determined by some criteria.

Usage

1
elites(edgeList, nodeList, affiliationList, typeList, e)

Arguments

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.

Examples

1

O1sims/networkR documentation built on May 31, 2019, 6:13 p.m.