xtract.trace(RSEIS)
xtract.trace()所属R语言包:RSEIS
Extract trace
提取追踪
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract one time series trace from an RSEIS data list
提取一个时间序列跟踪从一个RSEIS的数据列表
用法----------Usage----------
xtract.trace(GH, sel = 1, WIN = c(0, 1))
参数----------Arguments----------
参数:GH
RSEIS list
RSEIS列表
参数:sel
select trace index
选择跟踪指数
参数:WIN
time window on trace, relative to start
跟踪,相对于启动的时间窗口
Details
详细信息----------Details----------
An attribute of dt (sample time interval) is attached to the time series for use in plotting.
一个属性的dt(采样时间间隔)被连接到用于在绘制时间序列。
值----------Value----------
参数:vector
amplitudes
振幅
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
data(GH)
x1 = xtract.trace(GH, sel = 1, WIN = c(0, 1))
plot(x1, type='l')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|