classList2Graph(RBioinf)
classList2Graph()所属R语言包:RBioinf
Functions to produce graphs from S4 class definitions
生产从S4类定义的图表功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given either a list of classes, or a single class, these functions produce a graph, with the classes as nodes and edges representing subclass/superclass relationships.
鉴于无论是班名单,或一个单一的类,这些功能产生的图形,代表子类/超关系的节点和边缘类。
用法----------Usage----------
classList2Graph(class, fullNames=TRUE)
class2Graph(class, fullNames=TRUE)
参数----------Arguments----------
参数:class
Either the name of a single class, class2Graph, or the names of classes, classList2Graph
无论是一个类,class2Graph,或类的名称,classList2Graph名称
参数:fullNames
Indicates whether to use fully qualified (by package) names for the class.
指示是否使用类的完全合格的名称(包)。
Details
详情----------Details----------
Edges are directed, and go from superclasses to subclasses (more specialized to less specialized).
边指挥,从父到子类(更专业的专业化程度较低)。
值----------Value----------
A graph, typically an instance of the graphNEL class.
一个图通常graphNEL类的实例。
作者(S)----------Author(s)----------
R. Gentleman
举例----------Examples----------
graphClasses = getClasses("package:graph")
classList2Graph(graphClasses)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|