butdoc(RPMG)
butdoc()所属R语言包:RPMG
Button Documentation for RPMG codes
RPMG代码的按钮文档
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Interactive Button Documentation for RPMG codes
RPMG代码的交互式按钮的文档
用法----------Usage----------
butdoc(tag, doc, NEW = FALSE)
参数----------Arguments----------
参数:tag
character vector of tags
字符向量的标签
参数:doc
character vector of (short) explanations
(短)解释的字符向量
参数:NEW
logical, TRUE = open new device
逻辑,TRUE =开放的新设备
Details
详细信息----------Details----------
This is used in conjunction with interactive codes that employ RPMG
这是用在结合交互式代码采用RPMG
值----------Value----------
Side Effects
副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
chooser
选择器
实例----------Examples----------
ALLLABS = c( "DONE","REFRESH","EPS","LINE","DECIM","MAP","SURF","TRACE","TTC","CITY","TRcol",
"STName","Pick","ZOOM","UNZOOM","IDARR","FILT","UnFILT","P-GEN")
N = length(ALLLABS)
DOC = rep(NA, length=N)
DOC[1] = "Quick and return to calling program"
DOC[2] = "refresh screen"
DOC[3] = "Postscript plot"
DOC[4] = "draw a line (even number of clicks)"
DOC[5] = "Decimate the traces"
DOC[6] = "Make a map with great circles"
DOC[7] = "Draw a set of surface wave arrivals"
DOC[8] = "Toggle drawing of traces"
DOC[9] = "Travel Time Curves"
DOC[10] = "put random cities on X-axis"
DOC[11] = "toggle plotting traces with colors"
DOC[12] = "put station names on X-axis"
DOC[13] = "Pick arrivals on one trace"
DOC[14] = "Zoom display (need two clicks on screen)"
DOC[15] = "unzoom to original display"
DOC[16] = "Identify traces"
DOC[17] = "Fitler traces with a set of filters provided"
DOC[18] = "Unfilter traces to original display"
DOC[19] = "Run PICK.GEN on selected traces: select on the tags at X-axis"
butdoc(ALLLABS, DOC, NEW=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|