plotSignalTransformation {rwt} | R Documentation |
Plots the signal s
and its transform x
on graphics device.
plotSignalTransformation(x, s, title, col.x = 'blue', col.s = 'red')
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 |
col.s |
Color to be used for plotting s values as lines |
Used by demo code to display the results of a transformation.
P. Roebuck, roebuck@mdanderson.org