找回密码
 注册
查看: 265|回复: 0

R语言 sna包 bicomponent.dist()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 10:48:14 | 显示全部楼层 |阅读模式
bicomponent.dist(sna)
bicomponent.dist()所属R语言包:sna

                                         Calculate the Bicomponents of a Graph
                                         双组分的图形计算

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

bicomponent.dist returns the bicomponents of an input graph, along with size distribution and membership information.
bicomponent.dist返回输入图的双组分,随着粒度分布及会员信息。


用法----------Usage----------


bicomponent.dist(dat, symmetrize = c("strong", "weak"))



参数----------Arguments----------

参数:dat
a graph or graph stack.
图形或图形堆栈。


参数:symmetrize
symmetrization rule to apply when pre-processing the input (see symmetrize).
对称规则适用于前处理时的输入(见symmetrize“)。


Details

详细信息----------Details----------

The bicomponents of undirected graph G are its maximal 2-connected vertex sets.  bicomponent.dist calculates the bicomponents of G, after first coercing to undirected form using the symmetrization rule in symmetrize.  In addition to bicomponent memberships, various summary statistics regarding the bicomponent distribution are returned; see below.
的无向图的双组分G是其最大的2  - 连通的顶点集。 bicomponent.dist计算双组分G“后,强迫无向图的形式使用对称规则在symmetrize。此外双组份会员资格,返回的双组分分布的各种汇总统计数据,见下文。


值----------Value----------

A list containing <table summary="R valueblock"> <tr valign="top"><td>members </td> <td> A list, with one entry per bicomponent, containing component members.</td></tr> <tr valign="top"><td>memberships </td> <td> A vector of component memberships, by vertex.  (Note: memberships may not be unique.)  Vertices not belonging to any bicomponent have membership values of NA.</td></tr> <tr valign="top"><td>csize </td> <td> A vector of component sizes, by bicomponent.</td></tr> <tr valign="top"><td>cdist </td> <td> A vector of length |V(G)| with the (unnormalized) empirical distribution function of bicomponent sizes.</td></tr> </table>
一个列表,其中包含<table summary="R valueblock"> <tr valign="top"> <TD> members </ TD> <td>一个列表,双组份,每一个条目包含的构件。</ TD> </ TR> <tr valign="top"> <TD>memberships </ TD> <td>一个向量的组成部分成员资格,由顶点。 (注:会籍可能是唯一的)。顶点不属于任何双组份的隶属度值NA。</ TD> </ TR> <tr valign="top"> <TD>csize  </ TD> <td>一个向量的组件大小,由双组份。</ TD> </ TR> <tr valign="top"> <TD> cdist </ TD> <td>一个矢量长度|V(G)|(非标准化)的经验分布函数的双组份尺寸。</ TD> </ TR> </ TABLE>


注意----------Note----------

Remember that bicomponents can intersect; when this occurs, the relevant vertices' entries in the membership vector are assigned to one of the overlapping bicomponents on an arbitrary basis.   The members element of the return list is the safe way to recover membership information.
请记住,双组分可以相交,当发生这种情况时,有关顶点的成员资格向量中的条目被分配给任意一个的基础上的重叠的双组分之一。 members返回列表中的元素是安全的方式来恢复会员资格的信息。


(作者)----------Author(s)----------



Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>




参考文献----------References----------

Brandes, U. and Erlebach, T.  (2005).  Network Analysis: Methodological Foundations.  Berlin: Springer.

参见----------See Also----------

component.dist, cutpoints, symmetrize
component.dist,cutpoints,symmetrize


实例----------Examples----------


#Draw a moderately sparse graph[画一个适度的稀疏图]
g<-rgraph(25,tp=2/24,mode="graph")

#Compute the bicomponents[计算双组分]
bicomponent.dist(g)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-8 03:57 , Processed in 0.021748 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表