plotSignalTransformation(rwt)
plotSignalTransformation()所属R语言包:rwt
Plot Signal and its Transform
图信号及其变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the signal s and its transform x on graphics device.
图信号s和它的变换x图形设备。
用法----------Usage----------
plotSignalTransformation(x, s, title, col.x = 'blue', col.s = 'red')
参数----------Arguments----------
参数:x
Wavelet transformed signal to be plotted
小波变换后的信号被绘制
参数:s
Original signal to be plotted
要绘制的原始信号
参数:title
Overall title for the plot
总冠军的图
参数:col.x
Color to be used for plotting x values as lines
要使用的颜色的图x值线
参数:col.s
Color to be used for plotting s values as lines
要使用的颜色的图s值线
Details
详细信息----------Details----------
Used by demo code to display the results of a transformation.
所使用的演示代码显示转换结果。
(作者)----------Author(s)----------
P. Roebuck, <a href="mailto:roebuck@mdanderson.org">roebuck@mdanderson.org</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|