elite.network.ind: Elite network for individuals

View source: R/graph creation.R

elite.network.indR Documentation

Elite network for individuals

Description

Construct a weighted elite network

Usage

elite.network.ind(den, sigma = 14, base = exp(1))

Arguments

den

an affiliation edge list, in the as.den format.

sigma

the number of members in an affiliation above which all affiliations are weighted down

Value

a weighted igraph graph

Examples

data(den)
den.health <- has.tags(den, "Health", result = "den")
elite.network(den.health)

antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.