bipartite2multiplex: convert a bipartite network to two multiplex network.

Description Usage Arguments Value Author(s)

Description

convert a bipartite network to two multiplex network by projecting the first subset on the second subset. And projecting the second subset on the first subset.

Usage

1
bipartite2multiplex(edgeList,subset1,subset2,rankList, threshold1, threshold2, weighted)

Arguments

edgeList

: The edge list, a two column matrix, character or numeric

subset1

: vector. The first subset (top)

subset2

: vector. The second subset (bottom)

rankList

: a integer vector. e.g (1:5)

threshold1

: numeric in [0,1]. The minimum threshold to consider a link in the first projection

threshold2

: numeric in [0,1]. The minimum threshold to consider a link in the second projection

weighted

: logical. whether to include the weight generated by the projection.

Value

a list of two multiplex network

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr>


Issamfalih/MUNA documentation built on May 8, 2019, 11:52 a.m.