Learn R Programming

rwt (version 1.0.0)

plotSignalTransformation: Plot Signal and its Transform

Description

Plots the signal s and its transform x on graphics device.

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
col.s
color to be used for plotting s values as lines

Details

Used by demo code to display the results of a transformation.