summary.mwd(wavethresh)
summary.mwd()所属R语言包:wavethresh
Use summary() on a mwd object.
使用总结()的MWD对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function prints out more information about an mwd.object in a nice human-readable form.
此功能mwd.object的一个很好的人类可读的形式打印出更多的信息。
用法----------Usage----------
## S3 method for class 'mwd':
summary(object, ...)
参数----------Arguments----------
参数:object
An object of class mwd that you wish to print out more information.
对象的类mwd您要打印出更多的信息。
参数:...
Any other arguments.
任何其他参数。
值----------Value----------
Nothing of any particular interest.
没有任何特别的兴趣。
RELEASE----------RELEASE----------
Version 3.9.6 (Although Copyright Tim Downie 1995-6)
版本3.9.6(虽然版权蒂姆·唐尼1995-96)
注意----------Note----------
Prints out information about mwd objects in nice readable format.
打印信息mwd对象在漂亮的可读的格式。
(作者)----------Author(s)----------
Tim Downie
参见----------See Also----------
accessC.mwd, accessD.mwd, draw.mwd, mfirst.last, mfilter.select, mwd, mwd.object, mwr, plot.mwd, print.mwd, putC.mwd, putD.mwd, threshold.mwd, wd, wr.mwd.
accessC.mwd,accessD.mwd,draw.mwd,mfirst.last,mfilter.select,mwd,mwd.object,mwr,plot.mwd,print.mwd,putC.mwd,putD.mwd,threshold.mwd,wd,wr.mwd。
实例----------Examples----------
#[]
# Generate an mwd object.[生成一个MWD的对象。]
#[]
tmp <- mwd(rnorm(32))
#[]
# Now get Splus to use summary.mwd[现在,S-PLUS到使用summary.mwd的]
#[]
summary(tmp)
# Length of original: 32 [原来的长度:32]
# Levels: 4 [级别:4]
# Filter was: Geronimo Multiwavelets [过滤器是:Geronimo的多小波]
# Scaling fns: 2 [缩放FNS:2]
# Wavelet fns: 2 [小波FNS:2]
# Prefilter: default [前置过滤器:默认]
# Scaling factor: 2 [缩放系数:2]
# Boundary handling: periodic [边界处理:定期]
# Transform type: wavelet [变换类型:小波]
# Date: Tue Nov 16 13:55:26 GMT 1999 [日期:2011年11月16日星期二13时55分26秒GMT 1999年]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|