rg_w(tnet)
rg_w()所属R语言包:tnet
Random weighted network generator
随机加权网络发生器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a classical random network with random edge weights.
这个函数创建一个经典的随机网络与随机边的权重。
用法----------Usage----------
rg_w(nodes=100,arcs=300,weights=1,directed=TRUE,seed=NULL)
参数----------Arguments----------
参数:nodes
number of nodes
的节点数量
参数:arcs
number of arcs; if this value is between 0 and 1, a random network where each tie is based on this probability will be produced
弧数;如果此值是在0和1之间,其中每个领带,根据该概率的随机网络,将产生
参数:weights
A tie weight vector to be randomly sampled.
打领带的权重向量随机抽取。
参数:directed
whether you want a directed or undirected network, values TRUE or FALSE
您是否希望向或无向网络,值TRUE或FALSE
参数:seed
the random seed. If you want it to be non-reproducable, use NULL otherwise, use a number
随机种子。如果你想它是不可再现的,使用NULL,否则,使用一个数字
值----------Value----------
Returns a one-mode network with random weights.
返回一个模式的网络与随机权。
注意----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|