wavStackPlot.default {wmtsa} | R Documentation |
Forms a stack plot of wavelet transform crystals.
## Default S3 method: wavStackPlot(x, x.axis=TRUE, y.axis=TRUE, type="l", plot=TRUE, bars=FALSE, vgap=.05, grid=FALSE, times=time(x[[1]]), grid.lty="dashed", same.scale=NULL, zerocenter=FALSE, zeroline=FALSE, col=rep(1,n), complex.math="mod", cex.main=0.7, cex.axis=0.7, ...)
x |
a named list of wavelet transform crystals. |
... |
additional arguments sent directly to various internal plot functions. |
bars |
a logical value. If |
cex.axis |
axis label character expansion factor ala |
cex.main |
main title character expansion factor ala |
col |
color indices for each crystal ala |
complex.math |
math function to perform on each crystal prior to display. Default: |
grid |
a logical value. If |
grid.lty |
grid line type ala |
plot |
a logical value. If |
same.scale |
a logical value. If |
times |
a numeric vector of x-axis times to be displayed. Default: |
type |
type of plot ala |
vgap |
vertical gap factor used to separate stacked crystals. Default: 0.05. |
x.axis |
a logical value defining the visibility of the x-axis. Default: |
y.axis |
a logical value defining the visibility of the y-axis. Default: |
zerocenter |
a logical value. If |
zeroline |
a logical value. If |
Used by various wavelet functions to plot wavelet transform crystals. In general,
the user should not call this function directly and, rather, shoudl rely on the plot methods
of wavTransform
objects.
wavStackPlot.default(wavMODWT(sunspots)$data)