plotSignalTransformation {rwt}R Documentation

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.

Author(s)

P. Roebuck, roebuck@mdanderson.org


[Package rwt version 0.9-1 Index]