network_census: Censuses of motifs at the network level

network_censusR Documentation

Censuses of motifs at the network level

Description

Censuses of motifs at the network level

Usage

network_dyad_census(.data)

network_triad_census(.data)

network_mixed_census(.data, object2)

Arguments

.data

An object of a {manynet}-consistent class:

  • matrix (adjacency or incidence) from {base} R

  • edgelist, a data frame from {base} R or tibble from {tibble}

  • igraph, from the {igraph} package

  • network, from the {network} package

  • tbl_graph, from the {tidygraph} package

object2

A second, two-mode migraph-consistent object.

Functions

  • network_dyad_census(): Returns a census of dyad motifs in a network

  • network_triad_census(): Returns a census of triad motifs in a network

  • network_mixed_census(): Returns a census of triad motifs that span a one-mode and a two-mode network

Source

Alejandro Espinosa 'netmem'

References

Davis, James A., and Samuel Leinhardt. 1967. “The Structure of Positive Interpersonal Relations in Small Groups.” 55.

Hollway, James, Alessandro Lomi, Francesca Pallotti, and Christoph Stadtfeld. 2017. “Multilevel Social Spaces: The Network Dynamics of Organizational Fields.” Network Science 5(2): 187–212. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1017/nws.2017.8")}

See Also

Other motifs: brokerage_census, node_census

Examples

network_dyad_census(manynet::ison_algebra)
network_triad_census(manynet::ison_adolescents)
marvel_friends <- manynet::to_unsigned(manynet::ison_marvel_relationships, "positive")
(mixed_cen <- network_mixed_census(marvel_friends, manynet::ison_marvel_teams))

migraph documentation built on Nov. 2, 2023, 5:47 p.m.