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

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

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

                                        Short Term/Long Term curve
                                         短期/术语曲线

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

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

ST/LT ratio curve for sutomated picking routines
ST / LT比曲线sutomated采摘程序


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


PSTLTcurve(y, dt = 0.008, fwlen = 125, bwlen = 125, perc = 0.05, stretch = 1000, MED = 255, PLOT = FALSE)



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

参数:y
signal
信号


参数:dt
deltaT (s)
DeltaT的(S)


参数:fwlen
forward window  
向前窗口


参数:bwlen
backward window
落后的窗口


参数:perc
percent cut-off  
%截止


参数:stretch
stretch curve  
拉伸曲线


参数:MED
Median smoothing parameter  
中位数平滑参数


参数:PLOT
logical, TRUE=PLOT
逻辑,TRUE = PLOT


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

list(flag=1, ind=ix, eye=eye, mix=mix, SNR=SNR,  s2=s2, rat=therat)
列表(标志= 1,IND = IX,眼眼,混合组合,SNR = SNR,S2 = S2,大鼠therat)


参数:flag
flag on success
成功的标志


参数:ind
index of pick estimate 1
指数的选秀权估计1


参数:eye
index of pick estimate 2
挑估计指数2


参数:mix
index of pick estimate 3
挑估计指数3


参数:SNR
Signal/Noise ratio
信号/噪声比


参数:s2
sum squared
平方和


参数:rat
ratio curve
比曲线


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


Jonathan M. Lees<jonathan.lees.edu>



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



require(stats)

data(CE1)
plot(CE1$x, CE1$y, type='l')

z = CE1$y[ CE1$x>5.352622 &amp; CE1$x<5.589836]

PSTLTcurve(z, dt = CE1$dt, fwlen = 125, bwlen = 125, perc = 0.05,
stretch = 1000, MED = 255, PLOT = FALSE)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 09:34 , Processed in 0.057158 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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