Print out information about an wd object in readable form.
WD对象可读的形式打印出来的信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function prints out information about an wp.object in a nice human-readable form.
这个函数打印出信息的wp.object在一个不错的人可读的形式。
Note that this function is automatically called by SPlus whenever the name of an wp.object is typed or whenever such an object is returned to the top level of the S interpreter
请注意,这个功能是自动调用S-PLUS时的名称wp.object键入或当这样的对象,则返回到顶级的S解释
用法----------Usage----------
## S3 method for class 'wp':
print(x, ...)
参数----------Arguments----------
参数:x
An object of class wp that you wish to print out.
的对象类wp您要打印出的。
参数:...
This argument actually does nothing in this function!
这个论点其实在这个函数中什么都不做!
Details
详细信息----------Details----------
Prints out information about wp objects in nice readable format.
打印信息wp对象在漂亮的可读的格式。
值----------Value----------
RELEASE----------RELEASE----------
Version 3.0 Copyright Guy Nason 1994
3.0版版权盖利晨1994年
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
wp.object, summary.wp.
wp.object,summary.wp。
实例----------Examples----------
#[]
# Generate an wp object.[产生一个WP物体。]
#[]
tmp <- wp(rnorm(32))
#[]
# Now get Splus to use print.wp[现在,S-PLUS使用print.wp]
#[]
tmp
#[]
# Now get Splus to use print.wp[现在,S-PLUS使用print.wp]
#[]
# tmp[TMP]
# Class 'wp' : Wavelet Packet Object:[类“WP”:小波包对象:]
# ~~ : List with 4 components with names[~~有4个部分组成:列表的名字]
# wp nlevels filter date [WP NLEVELS过滤器的日期]
# []
# $wp is the wavelet packet matrix[$ WP是小波包变换矩阵]
# []
# Created on : Fri Oct 23 19:59:01 1998 [创建于:2011年10月23日星期五19点59分01秒1998年]
# []
# summary(.):[概要(。):]
# ----------[----------]
# Levels: 5 [级别:5]
# Length of original: 32 [原来的长度:32]
# Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]