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

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

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

                                        Mark 24 hour seismic display
                                         马克24小时地震显示

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

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

Mark a 24 hour seismic display
马克24小时的地震显示


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


markseis24(pjj, pix = list(yr = 2009, jd = 1, hr = 0, mi = 0, sec = 0,
dur = 0), col = "red", LEGON = 3, BARON = TRUE, ARROWS = TRUE, lwd=1)



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

参数:pjj
Output information from plotseis24 (x,y, yr, jd)  
输出信息从plotseis24(X,Y,YR,JD)


参数:pix
list: date list consisting of: yr, jd, hr, mi, sec, dur)  
列表的最新列表,其中包括:年,JD,HR,米,秒,期间)


参数:col
Color, specified as color index, character string or rgb  
指定颜色索引,字符串或RGB颜色,


参数:LEGON
plotting flag for legs: 0=no legs, 1=left leg, 2=right leg, 3=both legs(def ault)  
策划腿标志为:0 =没有腿,1 =左小腿,2 =右腿,两条腿(高清行凶)


参数:BARON
logical:plotting flag for bar  
符合逻辑的:策划标志吧


参数:ARROWS
logical: plot arrows FALSE=no arrows  
逻辑:图箭头FALSE =没有箭头


参数:lwd
numeric, graphical parameter, line width  
数字,图形化的参数,线宽


Details

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

the LEGON parameter controls the small marks at the ends: Either left(1) right(2) both(3) or no legs(0) are plotted.  window bars should wrap around the ends of the hour to the next hour below. The durations of the windows are supplied in seconds.  If no duration is supplied, it is set to 0.  If one duration is supplied it is copied to all other windows.
勒贡参数控制在两端的小标记:无论是左(1)右(2)都(3)或没有腿(0)绘制。窗花应环绕小时的端部的下面的下一个小时。的窗口的持续时间,以秒为供给。如果没有被供给持续时间,它被设置为0。如果提供一个持续时间将被复制到所有其他窗口。


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

Graphical Side effects
图形化的副作用


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



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




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

winmark, getseis24,  plotseis24
winmark,getseis24,plotseis24


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



## Not run: [#不运行:]
##  the database DB was constructed with makeDB[#数据库DB,构建了makeDB]

usta = "CAL"
acomp = "V"

iday = 2

###   get one day's worth of data[##一天的有价值的数据]
JJ = getseis24(DB, 2009, iday, "CAL", "V", kind = 1)

###  plot day[##图天]
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=0, FILT=list(ON=FALSE, fl=0.5 , fh=20.0, type="BP", proto="BU"), RCOLS=c(rgb(0.2, .2, 1), rgb(.2, .2, .2))  )
title(paste("CAL", "V"))

###   set up pix[##设置PIX]
WINS2 = win15
Apix = WINS2$hr[seq(from=1, to=length(WINS2$hr), by=2) ]
dur = (WINS2$hr[seq(from=2, to=length(WINS2$hr), by=2) ]-Apix)*3600

## dur = rep(0, times=length(Apix))[#过程中代表(0,时间长度(APIX))]

##  mark the 24 hour plot[#标志24小时的图]
markseis24(pjj, pix =list(yr=rep(pjj$yr, length(Apix)), jd=rep(pjj$jd, length(Apix)) , hr=Apix, mi=rep(0, length(Apix)), sec=rep(0, length(Apix)), dur=dur), col='red', ARROWS=FALSE )





## End(Not run)[#(不执行)]



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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 08:37 , Processed in 0.030894 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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