image.wst(wavethresh)
image.wst()所属R语言包:wavethresh
Produce image representation of a wst class object
图像表示的WST类对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces an image representation of the coefficients contained within a wst.object class object.
产生一个图像wst.object类对象内包含的系数表示。
用法----------Usage----------
## S3 method for class 'wst':
image(x, nv, strut = 10, type = "D", transform = I, ...)
参数----------Arguments----------
参数:x
The wst object you wish to image
WST的对象,你希望图像
参数:nv
An associated node vector, this argument is no longer used and should be omitted (in the S version it permitted coloration of particular bases)
一个相关联的节点矢量,这种说法是不再使用,应省略(在S版本,它允许着色特别是碱基)
参数:strut
The number of pixels/width that each coefficient should be drawn with
每个系数应绘制的像素数/宽度
参数:type
Either "C" or "D" depending on whether you wish to image scaling function coefficients or wavelet ones
无论是“C”或“D”,这取决于您是否希望图像缩放功能系数或小波
参数:transform
A numerical transform you wish to apply to the coefficients before imaging
你想申请前的系数成像的数值变换
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
None
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
logabs,wst
logabs,wst
实例----------Examples----------
tmp <- wst(rnorm(1024))
## Not run: image(tmp)[#不运行:(TMP)]
## Not run: image(tmp, transform=logabs)[#非执行:图像(TMP,变换“=”logabs“)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|