ng_image_files(RnavGraph)
ng_image_files()所属R语言包:RnavGraph
Import color image files (png, jpg, bmp, etc...) into a NG_image object
成NG_image对象的进口彩色图像文件(PNG,JPG,BMP,等..)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
NG_image objects are needed to plot images in the tk2d device.
NG_image对象需要绘制图像在tk2d装置的。
Supported file types are those supported by the tcl Img extension. If your R can not access the Img extension (currently under Windows) you can not import such files. However if you know tcl and R well enough, you might create your own NG_image object as shown in the images_iris demo.
支持的文件类型是由TCL图的扩展支持的。如果无法访问您的R图扩展(目前在Windows下),你不能导入这些文件。然而,如果你知道TCL和R不够好,你可能创建自己的NG_image的对象所示的images_iris演示。
See the "files_aloi" and "images_iris" demos (demo(package="RnavGraph")) for examples.
请参阅“files_aloi”和“images_iris”的演示(demo(package="RnavGraph"))的例子。
用法----------Usage----------
ng_image_files(name, paths)
参数----------Arguments----------
参数:name
Character string.
字符的字符串。
参数:paths
A vector of image paths.
的矢量图像的路径。
值----------Value----------
NG_image object.
NG_image对象。
(作者)----------Author(s)----------
Adrian Waddell and R. Wayne Oldford.
参见----------See Also----------
navGraph, ng_image_array_gray, ng_2d
navGraph,ng_image_array_gray,ng_2d
实例----------Examples----------
## See demos and vignette[#查看演示和Vignette]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|