Print out information about an wst2d object in a readable form.
打印出可读的形式的一个wst2d对象的信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function prints out information about an wst2D.object in a nice human- readable form.
这个函数打印出信息的wst2D.object在一个不错的人可读的形式。
Note that this function is automatically called by SPlus whenever the name of an wst2D.object is typed or whenever such an object is returned to the top level of the S interpreter
请注意,这个功能是自动调用S-PLUS时的名称wst2D.object键入或当这样的对象,则返回到顶级的S解释
用法----------Usage----------
## S3 method for class 'wst2D':
print(x, ...)
参数----------Arguments----------
参数:x
An object of class wst2D that you wish to print out.
的对象类wst2D您要打印出的。
参数:...
This argument actually does nothing in this function!
这个论点其实在这个函数中什么都不做!
Details
详细信息----------Details----------
Prints out information about wst2D objects in nice readable format.
打印信息wst2D对象在漂亮的可读的格式。
值----------Value----------
RELEASE----------RELEASE----------
Version 3.9.6 Copyright Guy Nason 1998
版本3.9.6版权所有1998年盖利晨
#[]
# This examples uses the uawst2D object created in the EXAMPLES[这例子使用uawst2D的创建的对象的例子]
# section of the help page for wst2D [部分的帮助页面wst2D]
#[]
#uawst2D[uawst2D]
#Class 'wst2D' : 2D Stationary Wavelet Transform Object:[“wst2D类:二维平稳小波变换对象:]
# ~~~~~ : List with 4 components with names[~~~~~有4个部分组成:列表的名称]
# wst2D nlevels filter date [wst2D NLEVELS过滤日期]
#[]
#$wst2D is the coefficient array[$ wst2D是系数数组]
#[]
#Created on : Fri Nov 5 18:06:17 GMT 1999 [创建于:周五11月5日18时零六分17秒GMT 1999]
#[]
#summary(.):[概要(。):]
#----------[----------]
#Levels: 8 [级别:8]
#Length of original: 256 x 256 [原来的长度:256×256]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]
#Date: Fri Nov 5 18:06:17 GMT 1999 [日期:十八时06分十七秒GMT 1999年11月5日星期五]