saveImage(RCytoscape)
saveImage()所属R语言包:RCytoscape
saveImage
saveImage
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write an image of the specified type to the specified file, at the specified scaling factor. Note: the file is written to the file system of the computer upon which Cytoscape is running, not R – in those cases where they are different.
写一个指定类型的图像到指定的文件,在指定的比例因子。注:该文件被写入到文件的计算机系统赖以Cytoscape的运行,没有R - 在这些情况下,它们是不同的。
用法----------Usage----------
saveImage(obj, file.name, image.type, scale)
参数----------Arguments----------
参数:obj
a CytoscapeWindowClass object.
CytoscapeWindowClass对象。
参数:file.name
a char object.
char对象。
参数:image.type
a char object. 'jpeg' is the only image type currently supported
char对象。 “JPEG”是目前支持的唯一的图像类型
参数:scale
a numeric object. How large (or small) to scale the image.
numeric对象。如何大(或小)的图像缩放。
值----------Value----------
None.
没有。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
selectNodes clearSelection
的selectNodes clearSelection
举例----------Examples----------
cw <- new.CytoscapeWindow ('saveImage.test', graph=makeSimpleGraph())
displayGraph (cw)
layout (cw, 'jgraph-spring')
redraw (cw)
filename = tempfile () # paste (getwd (), 'saveImageTest.jpg', sep='/')[粘贴(getwd(),“saveImageTest.jpg,SEP =/)]
# saveImage (cw, filename, 'jpeg', 2.0) # doesn't yet work reliably at bioc[saveImage(CW,文件名,“JPEG”,2.0)#不可靠地工作在bioc]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|