affiliationInfluence: Calculate the influence of affiliations within a hypergraph

Description Usage Arguments Examples

Description

The function calculates the influence of nodes and affiliations within a hypergraph. The measure accepts weights, or values, distributed over affiliations.

Usage

1
affiliationInfluence(edgeList, affiliationList, weights, normalise)

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.

affiliationList

A dataframe where all affiliations and their respective names are listed.

normalise

Should the influence score be normalised? TRUE or FALSE.

weight

The weight or value of an affiliation.

Examples

1

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