mode_projection: Project an affiliation network onto its actors

Description Usage Arguments See Also Examples

View source: R/mode-projection.r

Description

These functions use bipartite_projection to compute the projections of an affiliation network onto the actor or event nodes.

Usage

1
2
3
4
5
6
7
8
9

Arguments

graph

An affiliation network.

mode

Numeric or character; whether to project onto actors (1 or "actors") or onto events (2 or "events").

name

Character; the attribute of the actor or event nodes in graph to use as names for the nodes in the projection. If NA, node IDs are converted to characters and used. If NULL, no names are assigned.

...

Arguments passed to mode_projection.

See Also

Original igraph functions: bipartite_projection

Examples

1
2
3
4
5
6

corybrunson/bitriad documentation built on May 13, 2019, 10:51 p.m.