isAdjacent-methods(graph)
isAdjacent-methods()所属R语言包:graph
Determine if nodes share an edge in a graph
确定节点共享一个在图形的边缘
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For a given subclass of graph-class, returns TRUE if the graph contains an edge from node specified by from to the node specified by to.
对于一个给定的子类的graph-class,回报TRUE如果图形包含一个从节点的边缘fromto指定的节点的指定。
The appropriate logical vector will be returned as long as from and to have the same length and contain nodes in the graph object specified by object.
只要将返回相应的逻辑向量from和to具有相同的长度,并包含在object指定的图形对象的节点。
用法----------Usage----------
isAdjacent(object, from, to, ...)
参数----------Arguments----------
参数:object
An instance of a subclass of graph-class.
一个graph-class的子类的一个实例。
参数:from
A character vector of nodes in the graph.
一个character向量图中的节点。
参数:to
A character vector of nodes in the graph
一个character向量图的节点
参数:...
May be used by methods called on subclasses of graph
通过称为graph的子类的方法可用于
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|