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

R语言 RPMG包 XSECDEM()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 19:57:51 | 显示全部楼层 |阅读模式
XSECDEM(RPMG)
XSECDEM()所属R语言包:RPMG

                                        Cross Sections Using RPMG
                                         截面RPMG

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

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

This function Takes a Digital Elevation Map (or any surface) and illustrates how to take interactive cross sections with RPMG through the surface.
这个函数接受一个数字高程图(或面),并说明如何采取互动与通过表面RPMG的横截面。


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


XSECDEM(Data, labs, demo=FALSE)



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

参数:Data
Structure with x, y, z components, typical of contoured surfaces or digital images
具有x,y,z分量,典型的轮廓表面或数字图像的结构


参数:labs
Vector of labels for Buttons used in the RPMG  
向量的标签使用的按钮在RPMG


参数:demo
Argument used to turn off interactive part.  Default is FALSE, but for package construction is set to TRUE so no interaction is required.
使用的参数,以关闭交互部分。默认值是false,但封装结构设置为TRUE,所以没有互动。


Details

详细信息----------Details----------

XSECDEM is an example stub illustrating the use of RPMG. The idea is to set up a while() loop that uses input from the locator() function to execute or analyze data depending on user defined buttons.  Actions are executed when the button clicked matches the list of names provided by the user.
XSECDEM是一个例子示出了使用RPMG存根。我们的想法是建立一个while()循环使用输入的定位()函数来执行或分析数据,根据用户定义的按钮。动作被执行,当单击的按钮相匹配的由用户提供的名称列表。


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

No return values
没有返回值


注意----------Note----------

This code is designed as an example of how to set up a Really Poor Man's GUI.  The demo argument is supplied so that this code will run without user input, as when creating a checks for package construction.
此代码被设计成一个例子,如何建立一个非常贫穷的人的GUI。演示参数提供,因此,该代码运行没有用户输入的情况下,当创建一个检查包的建设。


(作者)----------Author(s)----------


Jonathan M. Lees <jonathan.lees@unc.edu>



参见----------See Also----------

whichbutt, rowBUTTONS
whichbutt,rowBUTTONS


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


data(volcano)
attr(volcano, 'dx') =10
attr(volcano, 'dy') =10
mybutts = c("DONE", "REFRESH", "rainbow", "topo", "terrain", "CONT",
"XSEC","PS" )
###  in the following change demo=FALSE to get interactive behavior[##以下更改演示= FALSE互动行为]
XSECDEM(volcano, mybutts, demo=TRUE)




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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 11:32 , Processed in 0.024791 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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