Shrink a repetative edgelist into a weighted
一个repetative EdgeList都收缩成一个加权
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a weighted edgelist from a list of edges where a duplicate means an increase in the weight.
该函数创建一个加权EdgeList,在该列表中的边缘,其中一个重复的装置中的权重增加从一个列表中。
用法----------Usage----------
shrink_to_weighted_network(net)
参数----------Arguments----------
参数:net
can use both undirected and directed edgelist in the following format (sender.id receiver.id):<br> 1 2<br> 1 2<br> 1 2<br> 1 2<br> 1 3<br> 1 3
可以同时使用无向和定向EdgeList都按以下格式(sender.id receiver.id)的参考界1 2 <BR> 1 2 <BR> 1 2参考1 2参考1 3 <BR> 1 3