comp.env(RSEIS)
comp.env()所属R语言包:RSEIS
Compare Envelopes
比较信封
译者:生物统计家园网 机器人LoveR
描述----------Description----------
calculate and plot signal envelopes.
计算并绘制信号包络。
用法----------Usage----------
comp.env(ex, Y, PLOT = TRUE, stamps = stamps)
参数----------Arguments----------
参数:ex
x-axis
x-轴
参数:Y
matrix of Y values
Y值矩阵
参数:PLOT
logical, TRUE=plot
逻辑,TRUE =图
参数:stamps
character vectors of ids
特征向量的id
Details
详细信息----------Details----------
Takes in an common x predictor and compares the envelopes of each column in the Y matrix. All the Y's must have the same length as ex.
注意到在一个公共X预测,并比较在Y矩阵中的每一列的信封。所有的Y必须为当然具有相同的长度。
值----------Value----------
Graphical Side effects. returns envelope series.
图形副作用。返回信封一系列。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
swig
痛饮
实例----------Examples----------
data("GH")
temp = cbind(GH$JSTR[[1]], GH$JSTR[[2]], GH$JSTR[[3]])
atemp =temp[1168:1500, ]
ex = seq(from=0,length=length(temp[1168:1500, 1]), by=GH$dt[1])
comp.env(ex, atemp, PLOT = TRUE, stamps = c("1","2", "3") )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|