wiggle.env(RSEIS)
wiggle.env()所属R语言包:RSEIS
Plot time series envelope
图时间序列信封
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets an envelope and lpots on a time series
获取一个信封和lpots的时间序列
用法----------Usage----------
wiggle.env(x, y)
参数----------Arguments----------
参数:x
x-coordinate
x坐标
参数:y
y-coordinate
y坐标
Details
详细信息----------Details----------
Uses Peaks and smooth.pline to estimate envelope
使用的高峰和smooth.pline到估计信封
值----------Value----------
参数:list
structure from smooth.spline
结构从smooth.spline
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
smooth.spline, peaks, hilbert
smooth.spline,峰,希尔伯特
实例----------Examples----------
## data("CE1.Example.RDATA")[#数据(“CE1.Example.RDATA”)]
## load("CE1.Example.RDATA")[负载(CE1.Example.RDATA“)]
data(CE1)
plot(CE1$x, CE1$y, type='l')
wiggle.env(CE1$x, CE1$y)
we = wiggle.env(CE1$x, CE1$y)
lines(we$x, we$y, col='red')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|