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

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

[复制链接]
发表于 2012-9-28 21:43:20 | 显示全部楼层 |阅读模式
setwpix(RSEIS)
setwpix()所属R语言包:RSEIS

                                        Set Window Pix for swig
                                         设置窗口像素痛饮

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

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

Create list of windows picks suitable for plotting in swig.
创建列表窗口选择适合绘制在痛饮。


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


setwpix(phase = NULL, col = NULL, yr = NULL, jd = NULL, hr = NULL, mi = NULL, sec = NULL, dur = NULL, name = NULL, comp = NULL, dispcomp = NULL)



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

参数:phase
phase name
阶段名称


参数:col
color for plotting
颜色的图


参数:yr
year



参数:jd
julian day
儒略日


参数:hr
hour
小时


参数:mi
minute
分钟


参数:sec
second
第二


参数:dur
duration
为期


参数:name
name of station
站名


参数:comp
component
元件


参数:dispcomp
display on which component  
显示的组件


Details

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

Some phases should be displayed on only certain components of a station.
应被显示在一个站的某些组件的某些阶段。


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

list of window picks
列表窗口精选的


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


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



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

swig
痛饮


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




data(KH)

orgtim=c( 2005,214,7,1,10.7313152551651 )
tims=c( 0,46.7119336128235,102.438451051712,113.092049956322,123.540771961212 )
psecs = NULL
nam = NULL

aphases =NULL
sta ="9024"


for(j in 1:length(tims))
{
psecs = c(psecs, tims[j]+orgtim[5])
nam = c(nam, sta)
aphases = c(aphases, paste(sep="", "K", j) )
}


pp = setwpix(phase=aphases , col="blue", yr=orgtim[1], jd=orgtim[2],
hr=orgtim[3],  mi=orgtim[4], sec=psecs, dur=0, name=nam , comp="V")



W = secdifL(KH$info, pp)

win = c(min(W)-5, max(W)+5    )  
swig(KH, APIX=pp, WIN=win , SHOWONLY=TRUE)



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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 10:28 , Processed in 0.029009 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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