rg_reshuffling_tm(tnet)
rg_reshuffling_tm()所属R语言包:tnet
Reshuffle of a binary two-mode network
重新洗牌的二进制模式的网络
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function randomly resuffles a binary two-mode edgelist whilst maintaining each nodes' degree (both primary and secondary nodes).
此功能,随机resuffles一个二进制模式EdgeList都,同时保持每个节点的度(主要及次要节点)。
用法----------Usage----------
rg_reshuffling_tm(net, option="links", seed=NULL)
参数----------Arguments----------
参数:net
A two-mode network
一个双模式网络
参数:option
Either link reshuffling (option="links") or weight reshuffling (option="weights"), see Opsahl et al. (2008).
要么的链接重新洗牌(选项=“链接”)或重洗牌(选项=“权重”),OPSAHL等。 (2008年)。
参数:seed
seed for random generator, set if you want random yet reproducable results.
种子随机数生成器,设置,如果你想随机还重复性的结果。
值----------Value----------
Returns a binary two-mode edgelist.
返回一个二进制模式EdgeList都的。
注意----------Note----------
version 1.0.0
版本1.0.0
(作者)----------Author(s)----------
Tore Opsahl; http://toreopsahl.com
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|