YPIX(RSEIS)
YPIX()所属R语言包:RSEIS
PICK Buttons for swig
选择按键,痛饮
译者:生物统计家园网 机器人LoveR
描述----------Description----------
defining functions for swig
定义函数痛饮
用法----------Usage----------
YPIX(nh, g)
WPIX(nh, g)
NOPIX(nh, g)
REPIX(nh, g)
PickWin(nh, g)
pADDPIX(nh, g, phase)
Ppic(nh, g)
Spic(nh, g)
Apic(nh, g)
POLSWITCH(nh, g, dir)
Pup(nh, g)
Pnil(nh, g)
Pdown(nh, g)
FILLPIX(nh, g)
RIDPIX(nh, g)
SEEPIX(nh, g)
ROT.RT(nh, g)
JustV(nh, g)
JustE(nh, g)
JustN(nh, g)
参数----------Arguments----------
参数:nh
waveform list for RSEIS
波形表RSEIS
参数:g
plotting parameter list for interactive program
互动式节目的策划参数列表
参数:phase
phase name (P, S, A, etc...)
相域名(P,S,A,等..)
参数:dir
vertical up, down or nil
垂直向上,向下或无
Details
详细信息----------Details----------
Buttons can be defined on the fly.
在飞行中,可以定义按钮。
YPIX Multiple picks on a panel
YPIX面板上的多个选秀权
WPIX window picks (start and end)
的WPIX窗口精选(起点和终点)
NOPIX remove the picks
NOPIX取出挂钩
REPIX un-remove the picks
REPIX未取出挂钩
PickWin Pick window for 3 component picking
PickWin选择窗口,3个分量采摘
pADDPIX add picks
pADDPIX添加选秀权
Ppic P-wave arrival (only one per station)
PPIC P波(每站只有一个)
Spic S-wave arrival (only one per station)
SPIC S波到达(每站只有一个)
Apic acoustic-wave arrival (only one per station)
APIC的弹性波到达(每站只有一个)
POLSWITCH flip polarity
POLSWITCH翻转极性
Pup Polarity Up
小狗极性最多
Pnil Polarity nil
Pnil极性无
Pdown Polarity down
PDOWN极性下降
FILLPIX Fill the pick from bottom to top of panel
FILLPIX填写的选秀权从底部到顶部的面板
RIDPIX remove pick
RIDPIX删除挑
SEEPIX print current picks to screen
SEEPIX打印当前屏幕选秀权
ROT.RT Rotate to radial and transverse (need event and
ROT.RT旋转径向和横向(需要事件
JustV Display only vertical components
JustV仅显示垂直分量
JustE Display only east components
中庸之道仅显示东组件
JustN Display only north components
JustN显示只有北组件
iNEXT Used internally in PickWin to move to next station
iNEXT在内部使用的PickWin移动到下一个站
值----------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, XTR
痛饮,XTR
实例----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|