找回密码
 注册
查看: 390|回复: 0

R语言 rpanel包 rp.deleteline()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 23:41:58 | 显示全部楼层 |阅读模式
rp.deleteline(rpanel)
rp.deleteline()所属R语言包:rpanel

                                        Removes a line from an rpanel image
                                         从一个rpanel的图像中删除一行

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This removes a previously drawn line which was given an id in rp.line.
这消除了以前绘制的线,这是一个id rp.line。


用法----------Usage----------


rp.deleteline(panel, image, id)



参数----------Arguments----------

参数:panel
the panel containing the image. This  may be passed as a panelname string or the panel object itself.
面板包含图像。这可能是通过作为一个panelname的字符串或面板对象本身。


参数:image
the image on which the line was drawn.
的图像上的画线。


参数:id
the identifier of the line to be deleted.
被删除的行的标识符。


值----------Value----------

If the parameter panel is the panelname string the same string is returned. If the  panel object is used the altered panel is assigned to both the calling level and panel's environment  level.
如果该参数面板是panelname的的字符串相同的字符串返回。如果面板对象是用来改变的面板被分配到的层次和面板的环境。


参考文献----------References----------

rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.

实例----------Examples----------


if (interactive()) {
   panel <- rp.control()
   image.file <- file.path(system.file(package = "rpanel"), "images", "gulllmks.gif")
   rp.image(panel, image.file, id = "gulls.image")
   rp.line(panel, gulls.image, 10, 10, 100, 100, color = "green", id="first")
   rp.line(panel, gulls.image, 100, 100, 100, 10, color = "blue", id="second")
   rp.deleteline(panel, gulls.image,"first") # deletes only the first line leaving the vertial blue one.[删除离开vertial蓝色的只有第一行。]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 03:28 , Processed in 0.027718 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表