Pick3(Rquake)
Pick3()所属R语言包:Rquake
PICK Buttons for swig
选择按键,痛饮
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Picking functions for swig
采摘功能痛饮
用法----------Usage----------
Pick3(nh, g)
参数----------Arguments----------
参数:nh
waveform list for RSEIS
波形表RSEIS
参数:g
plotting parameter list for interactive program
互动式节目的策划参数列表
Details
详细信息----------Details----------
Buttons can be defined on the fly.
在飞行中,可以定义按钮。
Pick3 Multiple picks on a panel
面板上的Pick3多个选秀权
值----------Value----------
The return value depends on the nature of the function as it is returned to the main code swig. Choices for returning to swig are: break, replot, revert, replace, donothing, exit.
的返回值取决于具体的性质的功能,因为它被返回到主代码痛饮。返回痛饮的选择是:打破,重制,恢复,更换,donothing,退出。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
swig, PickWin
痛饮,PickWin
实例----------Examples----------
## Not run: [#不运行:]
MYFUNC<-function(nh, g)
{
print("pressed MYFUNC")
d = data.frame(list(stations=nh$STNS, components=nh$COMPS))
print(d)
g$action = "replot"
invisible(list(global.vars=g))
}
STDLAB=c("DONE", "QUIT", "SELBUT" , "MYFUNC" )
data(GH)
JJ = swig(GH, sel=1:10, STDLAB=STDLAB)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|