summary.wd3D(wavethresh)
summary.wd3D()所属R语言包:wavethresh
Print out some basic information associated with a wd3D object
打印出一些相关的基本信息与一个wd3D的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints out the number of levels, the type of wavelet filter associated with the decomposition, and the date of production.
打印出的级别数,与分解相关的小波滤波器的类型,和生产日期。
用法----------Usage----------
## S3 method for class 'wd3D':
summary(object, ...)
参数----------Arguments----------
参数:object
The object to print a summary about
打印对象的概要信息
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
Nothing
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
wd3D
wd3D
实例----------Examples----------
test.data.3D <- array(rnorm(8*8*8), dim=c(8,8,8))
tdwd3D <- wd3D(test.data.3D)
summary(tdwd3D)
#Levels: 3 [级别:3]
#Filter number was: 10 [过滤器数量:10]
#Filter family was: DaubLeAsymm [滤波器系列:DaubLeAsymm]
#Date: Mon Mar 8 21:48:00 2010 [日期:2011年03月08日星期一21:48:00 2010]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|