simpleEdge-class(graph)
simpleEdge-class()所属R语言包:graph
Class "simpleEdge".
类“simpleEdge”。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A simple class for representing edges in graphs.
一个简单的类为代表的图形边缘。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("simpleEdge", ...).
创建对象可以通过检测的形式new("simpleEdge", ...)。
插槽----------Slots----------
edgeType: Object of class "character"; the type
edgeType类"character";类型:对象
weight: Object of class "numeric"; the edge weight.
weight类"numeric"对象;边的权重。
directed: Object of class "logical"; is the
directed:Object类的"logical";是
bNode: Object of class "character"; the
bNode:对象类"character";
eNode: Object of class "character"; the ending node.
eNode类"character"对象;结束节点。
方法----------Methods----------
No methods defined with class "simpleEdge" in the signature.
没有任何方法定义类的“simpleEdge”签名。
注意----------Note----------
All slots are length one vectors (this is not currently checked for). If the edge is not directed there is no real meaning to the concepts of beginning node or ending node and these should not be
所有插槽的长度为一向量(这是目前尚未检查)。如果不针对边缘有没有真正意义的开始节点和结束节点的概念,这些不应该
作者(S)----------Author(s)----------
R. Gentleman
举例----------Examples----------
new("simpleEdge", bNode="A", eNode="D")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|