plotts.mra.wge {tswge} | R Documentation |
Plots MRA plot)
Description
Plots MAR ;plot associated with a multiresolution analysis using function mra from waveslim
Usage
plotts.mra.wge(x, n.levels, type='S8')
Arguments
x |
Realization (must be of length 2^k for some integer k between 2 and 14 |
n.levels |
Maximum order of discrete wavelet transforms to be calculated. n.levels must be less than or equal to k where n=2^k |
type |
Discrete wavelet to use: options include 'haar', 'S8','D4','D6',D8' |
Details
The wavelsim mra function names these :'haar', 'la8','d4','d6',and 'd8' respectively and the conversion is done transparently within the R code. This is done transparently within the R code.
Value
The output is a plot of the MRA.
Note
Requires CRAN package 'waveslim'
Author(s)
Wayne Woodward
References
Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott
Examples
data(bumps256)
plotts.mra.wge(bumps256,n.levels=4,type='S8')
[Package tswge version 2.1.0 Index]