triad_tallies: Triad tallies

Description Usage Arguments See Also

Description

These functions are called by the full triad census to handle triads of different types using the projection onto actor nodes. The name of each function indicates the number of edges that appear among the three actors of the triad in the projection. (Zero-edge triads do not need to be tallied; the total number of triads is easily calculated, and the difference between this number and the total number of triads with edges gives the number of triads without.)

Usage

1
2
3
4
5
6
7
connectedTriples(bigraph, graph = actor_projection(bigraph, name = "id"))

oneTiedTriads(graph)

twoTiedTriads(graph)

threeTiedTriads(bigraph, graph = actor_projection(bigraph, name = "id"))

Arguments

bigraph

The ambient affiliation network from which graph is projected

graph

A one-mode network

See Also

Other triad census functions: project_census, triad_census, triad_closure_from_census


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