filterstamp(RSEIS)
filterstamp()所属R语言包:RSEIS
Make Filter Stamp
筛选邮票
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create an text stamp describing a filter
创建一个文本标记描述了过滤器
用法----------Usage----------
filterstamp(fl=1/2, fh=10, type="BP")
参数----------Arguments----------
参数:fl
vector, low frequency
矢量,低频
参数:fh
vector,high frequency
矢量,高频率
参数:type
vector,type of filter
矢量类型的过滤器
Details
详细信息----------Details----------
If the frequency is less than 1, the period is displayed. For now only 3 digits are displayed. If the first argument, fl, is a list the parameters are extracted from the list and the other arguments are ignored.
如果频率小于1,期间被显示出来。现在只有3位数字显示。如果第一个参数,佛罗里达州,是一个列表,从列表中提取的参数,其它参数将被忽略。
值----------Value----------
参数:stamps
text strings
文本字符串
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
FILT.spread
FILT.spread
实例----------Examples----------
fl = c(0.01, 2)
fh = c(10, 20)
type = "BP"
filterstamp(fl, fh, type)
FILT=list(ON=TRUE, fl=1/2, fh=12, type="HP", proto="BU")
filterstamp(FILT)
FILT=list(ON=TRUE, fl=1/2, fh=12, type="BP", proto="BU")
filterstamp(FILT)
FILT=list(ON=TRUE, fl=1/2, fh=12, type="LP", proto="BU")
filterstamp(FILT)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|