image.wd(wavethresh)
image.wd()所属R语言包:wavethresh
Produce image representation of nondecimated wavelet transform
生产nondecimated小波变换的图像表示
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a representation of a nondecimated wavelet transform (time-ordered) as an image.
产生一个表示一个nondecimated的小波变换(时间排序)作为图像。
用法----------Usage----------
## S3 method for class 'wd':
image(x, strut = 10, type = "D", transform = I, ...)
参数----------Arguments----------
参数:x
The wd.object that you wish to image
wd.object,你想对图像
参数:strut
The width of each coefficient in the image
图像中的每个系数的宽度
参数:type
Either "C" or "D" depending if you wish to image scaling function or wavelet coefficients respectively
无论是“C”或“D”,如果你想图像缩放功能或小波系数分别
参数:transform
Apply a numerical transform to the coefficients before display
应用数值变换的系数显示前
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
None
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
logabs, nlevels,wd
logabs,nlevels,wd
实例----------Examples----------
tmp <- wd(rnorm(256), type="station")
## Not run: image(tmp)[#不运行:(TMP)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|