graphView-class(BioMVCClass)
graphView-class()所属R语言包:BioMVCClass
Class "graphView": A class to represent a graph view
类“graphView”的:A类代表一个图形视图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
graphView is a class to represent a view that is a graph. graphView inherits from the class, plotView, which inherits from the virtual class, genView.
graphView是一个类代表一种观点认为是一个图形。 graphView继承类,plotView,它继承虚拟类,genView。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("graphView", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).
创建对象可以通过检测的形式new("graphView", ...)。这个类的initialize方法将创建在其他包使用此程序包(例如,initialize方法将创建在iSNetwork包)。
插槽----------Slots----------
plotDevice: the plot device number
plotDevice:图设备
plotPar: the parameter list for the plot, see par()
plotPar:为小区的参数列表,请参阅(PAR)
drArea: an object of class "GtkDrawingArea"
drArea:一个对象类"GtkDrawingArea"
dataName: a character string describing what data are shown
dataName:一个字符串描述什么样的数据显示
win: an object of class "GtkWindow" that holds the
win:"GtkWindow"类的对象,持有
winNum: a number that tells what number view this is (for
winNum:一个数字,告诉这是什么数目(
grLayout: the Ragraph object, which represents the layout
grLayout:Ragraph的对象,它代表的布局
延伸----------Extends----------
Class "plotView", directly. Class "genView", by class "plotView".
类"plotView",直接。类"genView"类"plotView"。
方法----------Methods----------
No methods defined with class "graphView" in the signature.
没有任何方法定义类的“graphView”签名。
作者(S)----------Author(s)----------
Elizabeth Whalen
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|