pii: Political Independence Index

Description Usage Arguments Examples

Description

Returns a numeric vector of PII scores for each vertex in network.

Usage

1
2
pii(g, pii.beta = -0.8, e.dist = NULL, triadic = F, pii.delta = 0.1,
  max.degree = NULL)

Arguments

g

An igraph graph

pii.beta

Should the vertex and edge names be added to the rows and columns of the matrix.

e.dist

(optional) an edge.distance matrix, if calculated ahead of time.

Examples

1
pii(g)

jfaganUK/pii documentation built on May 19, 2019, 7:16 a.m.