bipartite_from_data_frame: two-mode network from a data.frame

View source: R/create_graphs.R

bipartite_from_data_frameR Documentation

two-mode network from a data.frame

Description

Create a two-mode network from a data.frame

Usage

bipartite_from_data_frame(df, type1, type2)

Arguments

df

data.frame

type1

column name of mode 1

type2

column name of mode 2

Value

two mode network as igraph object

Author(s)

David Schoch


schochastics/levelnet documentation built on Feb. 3, 2023, 4:20 a.m.