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

R语言 Rgraphviz包 pEdge-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-22 21:13:29 | 显示全部楼层 |阅读模式
pEdge-class(Rgraphviz)
pEdge-class()所属R语言包:Rgraphviz

                                        Class "pEdge": A class to represent an edge
                                         PEDGE“类:A类代表一个边缘

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

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

This class is used to represent all necessary information
这个类是用来代表所有必要的信息


Details

详情----------Details----------

The attrs slot is a named list, where the names correspond to attributes and the values in the list correspond to the value for that element's attribute.
attrs槽是一个命名的列表,其中的名称对应列表中该元素的属性值对应的属性和值。

The subG slot describes which subgraph this edge is a part of. A value of 0 implies that the edge is not a member of any subgraph.
subG插槽描述其中子边缘的一部分。值的0意味着边缘没有任何子的成员。


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("pEdge", ...).
创建对象可以通过电话的形式new("pEdge", ...)。


插槽----------Slots----------




from: Object of class "character": The name of
from类"character":名称:对象




to: Object of class "character": The name of
to类"character":名称:对象




attrs: Object of class "list": A list of
attrs:Object类的"list":一个列表




subG: Object of class "integer": Which subgraph
subG:Object类的"integer":子


方法----------Methods----------




from signature(object = "pEdge"): Retrieves the
从signature(object = "pEdge"):检索




to signature(object = "pEdge"): Retrieves the
signature(object = "pEdge"):检索


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


R. Gentleman and Jeff Gentry



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

pNode, agopen,
pNode,agopen


举例----------Examples----------


   set.seed(123)
   V <- letters[1:10]
   M <- 1:4
   g1 <- randomGraph(V, M, .2)

   z <- buildEdgeList(g1)
   vv &lt;- z[[1]]   ## Object of type pEdge[#对象类型PEDGE]

   vv
   from(vv)
   to(vv)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 15:50 , Processed in 0.023416 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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