Description Usage Arguments Value Author(s)
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.
1 | bipartite2multiplex(edgeList,subset1,subset2,rankList, threshold1, threshold2, weighted)
|
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. |
a list of two multiplex network
Issam Falih <issam.falih@lipn.univ-paris13.fr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.