createWindow(RCytoscape)
createWindow()所属R语言包:RCytoscape
createWindow
CreateWindow的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Request that Cytoscape create a new window for the supplied CytoscapeWindowClass object. It will hold a new network, using the title supplied when the object's constructor was called.
要求Cytoscape的创建一个新的窗口提供的CytoscapeWindowClass对象。将举办一个新的网络,使用被称为对象的构造函数时提供的称号。
This method will probably not often be useful: it is called behind the scenes by the CytoscapeWindow constructor unless you specify (in calling the constructor) 'create.window=FALSE'. In that case, or if you interactively delete the window in Cytoscape, or if you call the 'destroyWindow' or 'destroyAllWindows' methods, you can create a new window by calling this method.
这种方法可能会不经常是有用的:它被称为背后由CytoscapeWindow构造的场景,除非你指定(调用构造函数)create.window = FALSE“。在这种情况下,如果交互式删除Cytoscape的窗口,或者如果你打检测的“DestroyWindow而或destroyAllWindows的方法,你可以通过调用此方法创建一个新的窗口。
用法----------Usage----------
createWindow(obj)
参数----------Arguments----------
参数:obj
a CytoscapeWindowClass object.
CytoscapeWindowClass对象。
值----------Value----------
Nothing.
没有。
作者(S)----------Author(s)----------
Paul Shannon
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|