draw.mwd(wavethresh)
draw.mwd()所属R语言包:wavethresh
Draws a wavelet or scaling function used to compute an ‘mwd’ object
绘制小波或缩放功能来计算MWD对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws picture of one wavelet or scaling function associated with the multiple wavelet decomposition object. mwd.object.
绘制一个小波或尺度函数与多个小波分解对象的画面。 mwd.object。
用法----------Usage----------
## S3 method for class 'mwd':
draw(mwd, phi = 0, psi = 0, return.funct = FALSE, ...)
参数----------Arguments----------
参数:mwd
The mwd class object whose associated wavelet or scaling function you wish to draw.
mwd类,其相关的小波或缩放功能,你想画的对象。
参数:phi
description not yet available
说明尚未公布
参数:psi
If phi is non-zero then the "phi"-th scaling function of the wavelet family used for mwd will be plotted. phi must be between 0 and mwd$filter$nphi.
如果phi是非零,则“MWD用于小波家庭的phi个尺度函数将被绘制。 phi必须是之间0和mwd$filter$nphi。
参数:return.funct
If true then the vector used as phi/psi in the plot command is returned.
如果为true,则返回使用的向量披在绘图命令/磅。
参数:...
Additional arguments to pass to the plot function
额外的参数传递给plot功能
Details
详细信息----------Details----------
It is usual to specify just one of phi and psi. IF neither phi nor psi are specified then phi=1 is the default. An error is generated if both phi=0 and psi=0 or if both are nonzero.
这是通常只指定一个PHI和PSI。如果没有披也不PSI指定,则φ= 1是默认的。如果两个φ= 0和psi = 0或如果两个是非零的,则会生成错误。
值----------Value----------
If the return.funct argument is set to TRUE then the function values in the plot are returned otherwise NULL is returned.
如果return.funct参数被设置成TRUE的函数值中的图,否则返回NULL返回。
RELEASE----------RELEASE----------
Version 3.9.6 (Although Copyright Tim Downie 1995-6).
版本3.9.6(虽然版权蒂姆·唐尼1995-96)。
注意----------Note----------
If the return.funct argument is FALSE a plot of the mother wavelet or scaling function is plotted on the active graphics device.
如果return.funct的说法是FALSE的母亲的小波或缩放功能的图上绘制动态图形设备。
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
accessC.mwd, accessD.mwd, mfirst.last, mfilter.select, mwd, mwd.object, mwr, plot.mwd, print.mwd, putC.mwd, putD.mwd, summary.mwd, threshold.mwd, wd, wr.mwd.
accessC.mwd,accessD.mwd,mfirst.last,mfilter.select,mwd,mwd.object,mwr,plot.mwd,print.mwd,putC.mwd,putD.mwd,summary.mwd,threshold.mwd,wd,wr.mwd。
实例----------Examples----------
#[]
# Do a multiple wavelet decomposition on vector: ynoise[做多小波分解向量:ynoise]
#[]
ynoise <- rnorm(512, sd = 0.1)
ymwd <- mwd(ynoise,filter.type="Geronimo")
#[]
# Draw a picture of the second Geronimo wavelet.[第二Geronimo的小波画一幅画。]
#[]
## Not run: draw(ymwd,psi=2)[#不运行:绘制(ymwd,PSI = 2)]
#[]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|