fast_bi_igraph: Fastly create igraph object from bipartite data using...

View source: R/fast_bi_graph.R

fast_bi_igraphR Documentation

Fastly create igraph object from bipartite data using data.table

Description

Fastly create igraph object from bipartite data using data.table

Usage

fast_bi_igraph(data, edge_threshold = 1300, skip_make_unique = FALSE)

Arguments

data

'data.frame' with from and to column

edge_threshold

'numeric' defining minimum edges for an edge to be included

skip_make_unique

'logical', set 'TRUE' to include duplicated rows in 'data'.


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