elite.network: Create a weighted network graph

View source: R/graph creation.R

elite.networkR Documentation

Create a weighted network graph

Description

Create a weighted network graph

Usage

elite.network(
  den,
  result = c("ind", "affil", "two.mode"),
  sigma = 14,
  base = exp(1)
)

Arguments

den

a den class object, see as.den

result

the type of returned graph

sigma

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

Value

a weighted graph

Examples

data(den)
den.pol       <- has.tags(den, "Politics", result = "den")
elite.network(den.pol)
elite.network(den.pol, result = "affil")
elite.network(den.pol, result = "two.mode")

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