create_graph_from_bipartite_data: Create one-mode igraph object from bipartite network data.

View source: R/graph_helper_functions.R

create_graph_from_bipartite_dataR Documentation

Create one-mode igraph object from bipartite network data.

Description

Create one-mode igraph object from bipartite network data.

Usage

create_graph_from_bipartite_data(
  edge_list,
  node_attributes = NULL,
  node_id = "researcher_id",
  projection_to_extract = 2
)

tilltnet/rdimensions documentation built on Sept. 14, 2023, 7:02 p.m.